Fix jenkinsfile
Some checks failed
perso/jenkins-wdocker/master There was a failure building this commit

This commit is contained in:
2020-01-08 13:52:26 -05:00
parent 36f80ed575
commit f5f6c25015

2
Jenkinsfile vendored
View File

@@ -20,7 +20,7 @@ pipeline {
stage('Build image') {
steps{
sh 'docker build -t ${dockerImage} .'
sh 'docker build --force-rm=true --no-cache=true --pull -t ${dockerImage} .'
}
}