From 93c55f0b864293bee5f5e3aa77fac82bb05ce0a2 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Tue, 17 Jan 2017 14:45:55 -0600 Subject: [PATCH] Adding the Maven deploy publisher Updating the merge and integration jobs to include the Maven deploy publisher to allow artifacts to be deployed Change-Id: If76a991a79cf840bcc0ace0dea62da3917da2cca Signed-off-by: Vanessa Rene Valderrama --- jjb/hc2vpp/hc2vpp.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jjb/hc2vpp/hc2vpp.yaml b/jjb/hc2vpp/hc2vpp.yaml index 3c8a3dc5e..504459c71 100644 --- a/jjb/hc2vpp/hc2vpp.yaml +++ b/jjb/hc2vpp/hc2vpp.yaml @@ -211,6 +211,10 @@ email-prefix: '[hc2vpp]' - fdio-infra-shiplogs: maven-version: 'mvn33-new' + - maven-deploy: + id: '' + unique-version: true + deploy-unstable: false - job-template: name: 'hc2vpp-integration-{stream}-{os}' @@ -296,3 +300,7 @@ deploy-unstable: false - fdio-infra-shiplogs: maven-version: 'mvn33-new' + - maven-deploy: + id: '' + unique-version: true + deploy-unstable: false -- 2.16.6