Fix jenkinsfile
All checks were successful
Web/dokuwiki/master This commit looks good
Web/dokuwiki/pipeline/head This commit looks good
web/dokuwiki/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot 2020-01-08 13:57:19 -05:00
parent dfe767d828
commit af8a9c4cfb

2
Jenkinsfile vendored
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} .'
} }
} }