build: 修改构建节点 label

This commit is contained in:
BugKing 2020-12-21 16:38:50 +08:00
parent c54d4d5153
commit 1378e1e69c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
node {
label 'master'
label 'metersphere'
}
}
options { quietPeriod(1200) }