Merge pull request #4742 from taosdata/test/jenkins

fix error
This commit is contained in:
huili 2020-12-28 11:33:12 +08:00 committed by GitHub
commit d73bc579a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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