This commit is contained in:
liuyq-617 2021-02-06 11:56:32 +08:00
parent f27a35d11c
commit 46630d65a7
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -80,7 +80,8 @@ pipeline {
}
steps {
sh'''
cd ${WORKSPACE}
cp -r ${WORKSPACE} ${WORKSPACE}.tes
cd ${WORKSPACE}.tes
git checkout develop
git pull
git fetch origin +refs/pull/${CHANGE_ID}/merge