Update Jenkinsfile2

This commit is contained in:
haoranchen 2024-07-14 17:53:46 +08:00 committed by GitHub
parent 9d2f1a2f4b
commit b017c96e48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ pipeline {
} }
} }
stage('linux test') { stage('linux test') {
agent{label "slave1_52 | slave217 || slave219 "} agent{label "slave1_52 | slave217 | slave219 "}
options { skipDefaultCheckout() } options { skipDefaultCheckout() }
when { when {
changeRequest() changeRequest()