From 2310c89548ba6b674e69593324e568b0c2e9533d Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 4 Feb 2019 14:53:59 -0800 Subject: [PATCH] Migrate to gerrit-maven-stage (INT) Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I4c286b136ac4692263c4069addaf00db9e4b7ba0 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall --- jjb/integration/integration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/integration/integration.yaml b/jjb/integration/integration.yaml index 6ed067e08..5f67b9d11 100644 --- a/jjb/integration/integration.yaml +++ b/jjb/integration/integration.yaml @@ -11,6 +11,12 @@ jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true + pom: 'version-manifest/pom.xml' + mvn-params: '-f version-manifest/pom.xml' - '{project-name}-{stream}-{subproject}-release-version-java-daily' project: 'integration' subproject: -- 2.16.6