diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-04 21:58:07 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-05 08:31:22 -0400 |
commit | f4d01905466fa3aeae8e74081e92e43e87876008 (patch) | |
tree | 9a7b73f2246cdc74514bd01afe3544caeb470a81 | |
parent | 43a4b8453618c3069a08b4998613dfcc5eda54b4 (diff) |
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 <pdragosh@research.att.com>
-rw-r--r-- | jjb/policy/policy-drools-pdp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |