diff --git a/Jenkinsfile b/Jenkinsfile index b2994bd..be089fc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,16 +4,9 @@ pipeline { stages { stage('recreate > build > reun container') { steps { - sh "docker images -a" - sh "docker-compose down --rmi all" sh "docker images -a" sh "docker-compose up --force-recreate --build -d parse_saby" sh "docker images -a" - sh """ - #!/bin/bash - "docker images -a | grep 'git.dataekb.ru/sadikov/parse_saby/parse_saby_main' | awk '{print $3}' | xargs docker rmi" - """ - sh "docker images -a" } }