Исправление бесконечного логирование в Jenkins
parent
eb496a94fb
commit
1bc066eace
|
|
@ -4,7 +4,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('recreate > build > run container') {
|
stage('recreate > build > run container') {
|
||||||
steps {
|
steps {
|
||||||
sh "docker-compose up --force-recreate --build parse_saby && timeout 5m docker compose logs -f || true"
|
sh "docker-compose up -d --force-recreate --build parse_saby && timeout 5m docker-compose logs -f || true"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue