fix: restore main branch Jenkinsfile2

This commit is contained in:
Alex Duan 2025-02-07 09:25:50 +08:00
parent b39a4fd95e
commit 82883e250c
1 changed files with 3 additions and 3 deletions

View File

@ -414,7 +414,7 @@ pipeline {
}
stages {
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 {
check_docs()
}
@ -471,7 +471,7 @@ pipeline {
}
parallel {
stage('windows test') {
agent{label "windows10_01_test"}
agent{label " windows10_01 || windows10_02 || windows10_03 || windows10_04 "}
environment{
WIN_INTERNAL_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal"
WIN_COMMUNITY_ROOT="C:\\workspace\\${env.EXECUTOR_NUMBER}\\TDinternal\\community"
@ -508,7 +508,7 @@ pipeline {
}
}
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() }
when {
changeRequest()