diff --git a/Jenkinsfile b/Jenkinsfile index 195cf6526e35f4b8fc5f8e86c0c3981a3f8ab9ec..ad5fca4d3c28825f1b65cbc3a247ccb0fa7e1459 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ def pre_test(){ git checkout develop git pull git fetch - git branch -d ${CHANGE_BRANCH} + git branch -D ${CHANGE_BRANCH} git checkout ${CHANGE_BRANCH} git pull git merge develop