diff --git a/Jenkinsfile b/Jenkinsfile index c17b0e56c0..c0749a8cd7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,12 @@ + properties([ [ $class: 'ThrottleJobProperty', + categories: ['metersphere'], + limitOneJobWithMatchingParams: false, + maxConcurrentPerNode: 1, + maxConcurrentTotal: 1, + paramsToUseForLimit: '', + throttleEnabled: true, + throttleOption: 'category' ] ]) + pipeline { agent { node {