Fix jenkinsfile
Some checks failed
perso/foodcritic/master This commit looks good
perso/foodcritic/pipeline/head There was a failure building this commit

This commit is contained in:
Julien Cabillot 2020-01-08 13:57:27 -05:00
parent c675f44bde
commit fbbc2bd2c2

2
Jenkinsfile vendored
View File

@ -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} .'
}
}