diff --git a/Jenkinsfile b/Jenkinsfile index 450c097..d1fed24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } }