fix: window ci use windows10_01_test name
This commit is contained in:
parent
e2733b0cbb
commit
49a4628868
|
@ -471,7 +471,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('windows test') {
|
stage('windows test') {
|
||||||
agent{label "windows10_01"}
|
agent{label "windows10_01_test"}
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue