Enable log shipping on all tldk jobs 15/4415/2
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 20 Dec 2016 12:18:54 +0000 (06:18 -0600)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 21 Dec 2016 15:59:06 +0000 (09:59 -0600)
* Configure log shipping on all tldk jobs

Change-Id: I3fd62b882ed4f00f38c3b5f2dcd14b000c318299
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jjb/tldk/tldk.yaml

index 270e136..1b96105 100644 (file)
         - shell:
             !include-raw-escape: include-raw-build.sh
 
+    publishers:
+      - fdio-infra-shiplogs:
+          maven-version: 'mvn33-new'
+
 - job-template:
     name: '{project}-verify-image-{stream}-{os}'
 
         - shell:
             !include-raw-escape: include-raw-build.sh
 
+    publishers:
+      - fdio-infra-shiplogs:
+          maven-version: 'mvn33-new'
+
 - job-template:
     name: '{project}-merge-{stream}-{os}'
 
     builders:
         - shell:
             !include-raw-escape: include-raw-build.sh
+
+    publishers:
+      - fdio-infra-shiplogs:
+          maven-version: 'mvn33-new'