Revert "modify Jenkinsfile2"

This reverts commit e066c1ed29.
This commit is contained in:
wangjiaming0909 2025-01-02 16:33:42 +08:00
parent e066c1ed29
commit e24fab999c
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ def pre_test(){
script {
sh '''
cd ${WK}
git checkout fix/main/TD-33390
git checkout ''' + env.CHANGE_TARGET + '''
cd ${WKC}
git checkout ''' + env.CHANGE_TARGET + '''
'''
@ -274,7 +274,7 @@ def pre_test_win(){
script {
bat '''
cd %WIN_INTERNAL_ROOT%
git checkout fix/main/TD-33390
git checkout ''' + env.CHANGE_TARGET + '''
'''
bat '''
cd %WIN_COMMUNITY_ROOT%