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

main
Лев 2025-08-27 10:27:41 +05:00
parent 05bc281cd6
commit f0b796d575
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -9,7 +9,8 @@ pipeline {
sh "docker images"
sh "docker-compose up --force-recreate --build -d parse_saby"
sh "docker images"
sh "docker image remove -f parse_saby"
sh "docker image remove -f git.dataekb.ru/sadikov/parse_saby/parse_saby_main"
sh "docker image remove -f parse-saby"
sh "docker images"
}
}