diff --git a/Jenkinsfile b/Jenkinsfile index be089fc..648accb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,10 @@ pipeline { stage('recreate > build > reun container') { steps { sh "docker images -a" - sh "docker-compose up --force-recreate --build -d parse_saby" + sh "docker-compose build parse_saby" + sh "docker-compose build parse_saby" + sh "docker-compose build parse_saby" + 'sh "docker-compose up --force-recreate --build -d parse_saby"' sh "docker images -a" } }