This commit is contained in:
liuyq-617 2021-04-07 09:59:17 +08:00
parent 517b77e903
commit f9f08a5ec2
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -70,13 +70,13 @@ def pre_test(){
script {
if (env.CHANGE_TARGET == 'master') {
sh '''
cd ${WKC}
cd ${WK}
git checkout master
'''
}
else {
sh '''
cd ${WKC}
cd ${WK}
git checkout develop
'''
}