update Jenkinsfile

This commit is contained in:
medcl 2020-03-17 20:52:58 +08:00
parent 34cb219a29
commit b3d6881bbf
1 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,9 +8,11 @@ pipeline {
stage('Stop Docker') {
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE'){
sh 'cd /home/deploy/logging-center && cnpm run docker:stop'
}
}
}
stage('Update Files') {
steps {