Update Jenkinsfile2
This commit is contained in:
parent
9d2f1a2f4b
commit
b017c96e48
|
@ -401,7 +401,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('linux test') {
|
||||
agent{label "slave1_52 | slave217 || slave219 "}
|
||||
agent{label "slave1_52 | slave217 | slave219 "}
|
||||
options { skipDefaultCheckout() }
|
||||
when {
|
||||
changeRequest()
|
||||
|
|
Loading…
Reference in New Issue