Проверка работаспасобности в логах Jenkins

main
Лев 2025-11-06 10:41:37 +05:00
parent ea38d0a6e6
commit ac72590584
1 changed files with 1 additions and 7 deletions

8
Jenkinsfile vendored
View File

@ -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"
}
}
}