Проверка работаспасобности в логах Jenkins
parent
ea38d0a6e6
commit
ac72590584
|
|
@ -4,13 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage('recreate > build > reun container') {
|
||||
steps {
|
||||
sh "docker-compose up --force-recreate --build -d parse_saby"
|
||||
}
|
||||
}
|
||||
|
||||
stage('show logs') {
|
||||
steps {
|
||||
sh "docker-compose logs -f"
|
||||
sh "docker-compose up --force-recreate --build parse_saby"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue