Fix jenkinsfile
All checks were successful
perso/awscli/master This commit looks good
perso/awscli/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot 2020-01-08 13:55:54 -05:00
parent b6958f61c1
commit e9e2e16f3b

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=true --no-cache=true --pull -t ${dockerImage} .'
} }
} }