fix error

This commit is contained in:
liuyq-617 2020-12-28 11:31:11 +08:00
parent 8c82e18fb8
commit 55c4e1c1e8
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -43,13 +43,6 @@ 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