Update Jenkinsfile
All checks were successful
perso/siege/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-08-16 14:53:39 -04:00
parent bf9aa952a5
commit 01a115d848

2
Jenkinsfile vendored
View File

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