убран ключь -d в jenkinsfile

FixScheduler
Лев 2025-12-05 12:00:25 +05:00
parent bb04667a5c
commit 61d9c3a256
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('recreate > build > run container') { stage('recreate > build > run container') {
steps { steps {
sh "docker-compose up -d --force-recreate --build parse_saby" sh "docker-compose up --force-recreate --build parse_saby"
} }
} }
} }