build: 修改构建节点 label
This commit is contained in:
parent
c54d4d5153
commit
1378e1e69c
|
@ -1,7 +1,7 @@
|
|||
pipeline {
|
||||
agent {
|
||||
node {
|
||||
label 'master'
|
||||
label 'metersphere'
|
||||
}
|
||||
}
|
||||
options { quietPeriod(1200) }
|
||||
|
|
Loading…
Reference in New Issue