commit
ee391dfc6d
|
@ -43,7 +43,15 @@ 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 merge develop
|
git merge develop
|
||||||
cd ${WK}
|
cd ${WK}
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
Loading…
Reference in New Issue