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

This commit is contained in:
Julien Cabillot 2020-01-08 13:57:53 -05:00
parent 517c7f6077
commit 472a729bab

2
Jenkinsfile vendored
View File

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