add a new server

This commit is contained in:
liuyq-617 2021-12-17 15:16:25 +08:00
parent 522d25c627
commit 2e4f2f266e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -99,7 +99,7 @@ pipeline {
}
stages {
stage('pre_build'){
agent{label 'master'}
agent{label 'slave3_0'}
options { skipDefaultCheckout() }
when {
changeRequest()