fix Jenkinsfile
This commit is contained in:
parent
8f7cac1f0d
commit
129cfc2ded
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue