fix jenkinsfile
Web/rssbridge/master This commit looks good
Web/rssbridge/pipeline/head This commit looks good
web/rssbridge/pipeline/head Build queued...

This commit is contained in:
2020-01-08 13:53:29 -05:00
parent 00e11060ae
commit 1c6b58254e
Vendored
+1 -1
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} .'
}
}