summaryrefslogtreecommitdiffstats
path: root/jjb/tldk
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-12-20 06:18:54 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2016-12-21 09:59:06 -0600
commit057941094d61629308857719fe41c9e0c49ee312 (patch)
treec732fcc484a95003643d67d7039de360a3db7a2b /jjb/tldk
parent2f98b4c1f809ff9d256a09cc0cdf4669633c1dee (diff)
Enable log shipping on all tldk jobs
* Configure log shipping on all tldk jobs Change-Id: I3fd62b882ed4f00f38c3b5f2dcd14b000c318299 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/tldk')
-rw-r--r--jjb/tldk/tldk.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/tldk/tldk.yaml b/jjb/tldk/tldk.yaml
index 270e136fa..1b9610502 100644
--- a/jjb/tldk/tldk.yaml
+++ b/jjb/tldk/tldk.yaml
@@ -54,6 +54,10 @@
- shell:
!include-raw-escape: include-raw-build.sh
+ publishers:
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'
+
- job-template:
name: '{project}-verify-image-{stream}-{os}'
@@ -107,6 +111,10 @@
- shell:
!include-raw-escape: include-raw-build.sh
+ publishers:
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'
+
- job-template:
name: '{project}-merge-{stream}-{os}'
@@ -145,3 +153,7 @@
builders:
- shell:
!include-raw-escape: include-raw-build.sh
+
+ publishers:
+ - fdio-infra-shiplogs:
+ maven-version: 'mvn33-new'