fix build
This commit is contained in:
parent
82fe6d34af
commit
f178d95a6f
|
@ -39,7 +39,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Update Files') {
|
stage('Update Files') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cd /home/deploy/logging-center && git pull origin master'
|
sh 'cd /home/deploy/logging-center && git add . && git stash && git pull origin master'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue