fix: restore main branch Jenkinsfile2
This commit is contained in:
parent
b39a4fd95e
commit
82883e250c
|
@ -414,7 +414,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage ('check doc file changed') {
|
stage ('check doc file changed') {
|
||||||
agent{label " slave217-1 "}
|
agent{label " slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || slave1_59 || slave1_63 || worker03 || slave215 || slave217 || slave219 || Mac_catalina "}
|
||||||
steps {
|
steps {
|
||||||
check_docs()
|
check_docs()
|
||||||
}
|
}
|
||||||
|
@ -471,7 +471,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('windows test') {
|
stage('windows test') {
|
||||||
agent{label "windows10_01_test"}
|
agent{label " windows10_01 || windows10_02 || windows10_03 || windows10_04 "}
|
||||||
environment{
|
environment{
|
||||||
WIN_INTERNAL_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal"
|
WIN_INTERNAL_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal"
|
||||||
WIN_COMMUNITY_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community"
|
WIN_COMMUNITY_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community"
|
||||||
|
@ -508,7 +508,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('linux test') {
|
stage('linux test') {
|
||||||
agent{label " slave217-1 "}
|
agent{label "slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || slave1_59 || slave1_63 || worker03 || slave215 || slave217 || slave219 "}
|
||||||
options { skipDefaultCheckout() }
|
options { skipDefaultCheckout() }
|
||||||
when {
|
when {
|
||||||
changeRequest()
|
changeRequest()
|
||||||
|
|
Loading…
Reference in New Issue