From bbe90c27ba6a49e0f9f6dd2314455552d40dc717 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Wed, 14 Sep 2022 14:16:14 +0800 Subject: [PATCH] Update Jenkinsfile2 --- Jenkinsfile2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 6549f714a1..c270b6c4c0 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% -- GitLab