тест docker

main
Лев 2025-08-27 12:32:34 +05:00
parent f04919d077
commit 88f817927b
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -6,8 +6,11 @@ pipeline {
steps {
sh "docker images -a"
sh "docker-compose build parse_saby"
sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
sh "docker-compose build parse_saby"
sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
sh "docker-compose build parse_saby"
sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
//sh "docker-compose up --force-recreate --build -d parse_saby"
sh "docker images -a"
}