Fix jenkinsfile
perso/mysql-client/master This commit looks good
perso/mysql-client/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2020-01-08 13:58:24 -05:00
parent 3c27a56014
commit 7d5d503f81
Vendored
+1 -1
View File
@@ -20,7 +20,7 @@ pipeline {
stage('Build image') { stage('Build image') {
steps{ steps{
sh 'docker build --force-rm --no-cache --pull -t ${dockerImage} .' sh 'docker build --force-rm=true --no-cache=true --pull -t ${dockerImage} .'
} }
} }