diff --git a/Jenkinsfile b/Jenkinsfile index 68ce8b7ca1..a9af97f0a1 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 {