fix: jenkins 7
This commit is contained in:
parent
29513a0a7f
commit
a906c3bedc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ pipeline {
|
|||||||
stage('Profit') {
|
stage('Profit') {
|
||||||
steps {
|
steps {
|
||||||
dir('docker') {
|
dir('docker') {
|
||||||
sh 'docker-compose stop || true'
|
sh 'docker-compose down || true'
|
||||||
sh 'docker-compose up -d --build'
|
sh 'docker-compose up -d --build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user