diff --git a/Jenkinsfile b/Jenkinsfile index 469752f..10c6412 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { stage('Build image') { steps{ - sh 'docker build --force-rm --no-cache --pull -t ${dockerImage} .' + sh 'docker build --force-rm=true --no-cache=true --pull -t ${dockerImage} .' } }