убран ключь -d в jenkinsfile
parent
bb04667a5c
commit
61d9c3a256
|
|
@ -4,7 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage('recreate > build > run container') {
|
||||
steps {
|
||||
sh "docker-compose up -d --force-recreate --build parse_saby"
|
||||
sh "docker-compose up --force-recreate --build parse_saby"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue