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