diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 6549f714a1cb13877b751a8e948e24691fbf45f0..e693cc1770f899e4bce1f8743253c809a9c6eb15 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -240,12 +240,12 @@ def pre_test_win(){ } bat ''' cd %WIN_INTERNAL_ROOT% - git pull + git pull origin ''' + env.CHANGE_TARGET + ''' ''' bat ''' cd %WIN_COMMUNITY_ROOT% git remote prune origin - git pull + git pull origin ''' bat ''' cd %WIN_INTERNAL_ROOT%