Merge "Prune docker images periodically from build servers"
[releng.git] / jjb / dovetail / dovetail-ci-jobs.yml
index 91362ef..1dd1795 100644 (file)
     master: &master
         stream: master
         branch: '{stream}'
+        dovetail-branch: '{stream}'
         gs-pathname: ''
         docker-tag: 'latest'
     colorado: &colorado
         stream: colorado
         branch: 'stable/{stream}'
-        gs-pathname: '{stream}'
+        dovetail-branch: master
+        gs-pathname: '/{stream}'
         docker-tag: 'latest'
 
 #-----------------------------------
         - string:
             name: DOCKER_TAG
             default: '{docker-tag}'
-            description: 'Tag to pull docker image'
+            description: 'Tag to pull dovetail docker image'
         - string:
             name: CI_DEBUG
             default: 'true'
         - git-scm:
             credentials-id: '{ssh-credentials}'
             refspec: ''
-            branch: '{branch}'
+            branch: '{dovetail-branch}'
 
     builders:
         - description-setter:
         - 'dovetail-cleanup'
         - 'dovetail-{testsuite}'
 
+    publishers:
+        - archive:
+            artifacts: 'results/**/*'
+            allow-empty: true
+            fingerprint: true
+
 ########################
 # builder macros
 ########################