This commit is contained in:
liuyq-617 2021-04-07 09:58:37 +08:00
parent 5d4d10d0bb
commit ef0b6eade2
1 changed files with 3 additions and 2 deletions

5
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
'''
}
@ -84,6 +84,7 @@ def pre_test(){
sh '''
cd ${WK}
git pull >/dev/null
export TZ=Asia/Harbin
date
git clean -dfx