тест docker

main
Лев 2025-08-27 12:33:52 +05:00
parent 88f817927b
commit 2165e62197
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

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