提交 8c82e18f 编写于 作者: L liuyq-617

fix error

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