fix: window ci use windows10_01_test name

This commit is contained in:
Alex Duan 2025-02-05 15:10:10 +08:00
parent e2733b0cbb
commit 49a4628868
1 changed files with 1 additions and 1 deletions

View File

@ -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"