fix error
This commit is contained in:
parent
8c82e18fb8
commit
55c4e1c1e8
|
@ -43,13 +43,6 @@ def pre_test(){
|
||||||
git checkout develop
|
git checkout develop
|
||||||
git pull
|
git pull
|
||||||
git fetch
|
git fetch
|
||||||
'''
|
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
|
||||||
sh '''
|
|
||||||
git branch -D ${CHANGE_BRANCH}
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
|
|
||||||
git checkout ${CHANGE_BRANCH}
|
git checkout ${CHANGE_BRANCH}
|
||||||
git pull
|
git pull
|
||||||
git merge develop
|
git merge develop
|
||||||
|
|
Loading…
Reference in New Issue