fix
This commit is contained in:
parent
f27a35d11c
commit
46630d65a7
|
@ -80,7 +80,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh'''
|
sh'''
|
||||||
cd ${WORKSPACE}
|
cp -r ${WORKSPACE} ${WORKSPACE}.tes
|
||||||
|
cd ${WORKSPACE}.tes
|
||||||
git checkout develop
|
git checkout develop
|
||||||
git pull
|
git pull
|
||||||
git fetch origin +refs/pull/${CHANGE_ID}/merge
|
git fetch origin +refs/pull/${CHANGE_ID}/merge
|
||||||
|
|
Loading…
Reference in New Issue