Better Jenkinsfile
All checks were successful
perso/huawei-3G-SMS-API/master This commit looks good

This commit is contained in:
Julien Cabillot 2019-08-06 11:32:42 -04:00
parent 89b7caaacc
commit a8b36aba0c

2
Jenkinsfile vendored
View File

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