ci: 增加多任务并行构建数限制
This commit is contained in:
parent
0130c49c12
commit
d4c4558360
|
@ -1,3 +1,12 @@
|
|||
properties([ [ $class: 'ThrottleJobProperty',
|
||||
categories: ['metersphere'],
|
||||
limitOneJobWithMatchingParams: false,
|
||||
maxConcurrentPerNode: 1,
|
||||
maxConcurrentTotal: 1,
|
||||
paramsToUseForLimit: '',
|
||||
throttleEnabled: true,
|
||||
throttleOption: 'category' ] ])
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
node {
|
||||
|
|
Loading…
Reference in New Issue