diff --git a/Jenkinsfile b/Jenkinsfile index 843e15c..c97eb69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,9 @@ pipeline { stages { stage('recreate > build > run container') { steps { - sh "docker-compose up --force-recreate --build parse_saby" + // sh "docker-compose up --force-recreate --build parse_saby" + sh "docker-compose build --no-cache parse_saby" + sh "docker-compose up parse_saby" } } }