未验证 提交 ee391dfc 编写于 作者: H huili 提交者: GitHub

Merge pull request #4740 from taosdata/test/jenkins

fix some errors
......@@ -43,7 +43,15 @@ def pre_test(){
git checkout develop
git pull
git fetch
'''
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh '''
git branch -D ${CHANGE_BRANCH}
'''
}
git checkout ${CHANGE_BRANCH}
git pull
git merge develop
cd ${WK}
git reset --hard
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册