Thcipriani has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395613 )

Change subject: SSD: always pull FROM images for build
......................................................................

SSD: always pull FROM images for build

Change-Id: I634d17f7e59127b6c64c67137800a787b744fa38
---
M jjb/service-pipeline.groovy
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/13/395613/1

diff --git a/jjb/service-pipeline.groovy b/jjb/service-pipeline.groovy
index f773d9c..6a8f776 100644
--- a/jjb/service-pipeline.groovy
+++ b/jjb/service-pipeline.groovy
@@ -33,7 +33,7 @@
 
   def build = { variant ->
     def labels = imageLabels.collect { "--label '${it}'" }.join(' ')
-    sh "blubber $blubberConfig $variant | docker build -t $fullName $labels -f 
- ."
+    sh "blubber $blubberConfig $variant | docker build --pull --tag $fullName 
$labels --file - ."
   }
 
   def run = {

-- 
To view, visit https://gerrit.wikimedia.org/r/395613
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I634d17f7e59127b6c64c67137800a787b744fa38
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Thcipriani <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to