diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 6549f714a1cb13877b751a8e948e24691fbf45f0..c270b6c4c06573880c639333ebcae803ded1d2e6 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 ''' + env.CHANGE_TARGET + ''' ''' bat ''' cd %WIN_INTERNAL_ROOT%