From: Vanessa Rene Valderrama Date: Tue, 20 Dec 2016 12:18:54 +0000 (-0600) Subject: Enable log shipping on all tldk jobs X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=057941094d61629308857719fe41c9e0c49ee312;p=ci-management.git Enable log shipping on all tldk jobs * Configure log shipping on all tldk jobs Change-Id: I3fd62b882ed4f00f38c3b5f2dcd14b000c318299 Signed-off-by: Vanessa Rene Valderrama --- 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'