fix Jenkinsfile

This commit is contained in:
liuyq-617 2020-10-13 18:50:14 +08:00
parent 8f7cac1f0d
commit 129cfc2ded
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
agent{label "185"} agent{label "185"}
steps { steps {
sh ''' sh '''
date
cd ${WKC} cd ${WKC}
git checkout develop git checkout develop
git pull git pull
@ -68,7 +68,7 @@ pipeline {
git checkout develop git checkout develop
git pull git pull
export TZ=Asia/Harbin export TZ=Asia/Harbin
date
rm -rf ${WK}/debug rm -rf ${WK}/debug
mkdir debug mkdir debug
cd debug cd debug