ci: 修改label

This commit is contained in:
CaptainB 2022-05-05 22:07:46 +08:00 committed by 刘瑞斌
parent df61c393d6
commit 4647dbc378
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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