убрал команду на удаление контейнера

main
Лев 2025-08-26 10:07:38 +05:00
parent c951d35429
commit eecaab9775
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -4,8 +4,6 @@ pipeline {
stages {
stage('recreate > build > reun container') {
steps {
sh 'docker stop parse_saby || true'
sh "docker rm parse_saby || true"
sh "docker-compose up --force-recreate --build -d parse_saby"
sh "docker image prune -f"
}