From f4d01905466fa3aeae8e74081e92e43e87876008 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 4 Apr 2018 21:58:07 -0400 Subject: [PATCH] Add extra release job for drools-pdp There is a cyclical dependency between 2 repos: policy/drools-pdp and policy/drools-applications but only in the docker build. I need a release job that creates the drools-pdp artifacts - which I am adding here. Then I can release the drools-applications and follow up with building the released docker image for the drools-pdp. Issue-ID: POLICY-708 Change-Id: I3e50a3d8b86ab8ba4cb713082e9cef7cc5d6a04e Signed-off-by: Pamela Dragosh --- jjb/policy/policy-drools-pdp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/policy/policy-drools-pdp.yaml b/jjb/policy/policy-drools-pdp.yaml index 030472a8a..fe1d7e2ab 100644 --- a/jjb/policy/policy-drools-pdp.yaml +++ b/jjb/policy/policy-drools-pdp.yaml @@ -11,6 +11,7 @@ -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn' script: !include-raw-escape: 'include-raw-docker-merge.sh' + - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' mvn-goals: 'clean deploy -B -- 2.16.6