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

Лев 2025-11-06 10:32:27 +05:00
parent 1c2f0a433a
commit dfb70f63cb
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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