Browse Source

fix jenkinsfile

master
Julien Cabillot 1 year ago
parent
commit
fadad98661
1 changed files with 1 additions and 1 deletions
  1. 2
      Jenkinsfile

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

Loading…
Cancel
Save