未验证 提交 bc4afd54 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #16832 from taosdata/tomchon-patch-4

Update Jenkinsfile2
...@@ -240,12 +240,12 @@ def pre_test_win(){ ...@@ -240,12 +240,12 @@ def pre_test_win(){
} }
bat ''' bat '''
cd %WIN_INTERNAL_ROOT% cd %WIN_INTERNAL_ROOT%
git pull git pull origin ''' + env.CHANGE_TARGET + '''
''' '''
bat ''' bat '''
cd %WIN_COMMUNITY_ROOT% cd %WIN_COMMUNITY_ROOT%
git remote prune origin git remote prune origin
git pull git pull origin ''' + env.CHANGE_TARGET + '''
''' '''
bat ''' bat '''
cd %WIN_INTERNAL_ROOT% cd %WIN_INTERNAL_ROOT%
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册