первая тестовая рабочия версия и тестирование докер.

main
Лев 2025-08-27 10:19:26 +05:00
parent 3b753c1722
commit 05bc281cd6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
sh "docker images" sh "docker images"
sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker-compose up --force-recreate --build -d parse_saby"
sh "docker images" sh "docker images"
sh "docker image remove -f" sh "docker image remove -f parse_saby"
sh "docker images" sh "docker images"
} }
} }