This commit is contained in:
liuyq-617 2021-08-11 11:20:18 +08:00
parent 75bc3745ff
commit 13512a4708
2 changed files with 1 additions and 4 deletions

3
Jenkinsfile vendored
View File

@ -140,19 +140,16 @@ pipeline {
script {
if (env.CHANGE_TARGET == 'master') {
sh '''
cd ${WK}
git checkout master
'''
}
else if(env.CHANGE_TARGET == '2.0'){
sh '''
cd ${WK}
git checkout 2.0
'''
}
else{
sh '''
cd ${WK}
git checkout develop
'''
}

View File

@ -18108,4 +18108,4 @@
fun:_PyEval_EvalFrameDefault
fun:_PyEval_EvalCodeWithName
fun:_PyFunction_Vectorcall
}
}