Revert "modify Jenkinsfile2"

This reverts commit 0ce3d91abd.
This commit is contained in:
wangjiaming0909 2025-01-02 13:45:46 +08:00
parent 0ce3d91abd
commit 6e3adaecee
1 changed files with 2 additions and 2 deletions

View File

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