From: Varun Gudisena Date: Mon, 25 Sep 2017 16:07:20 +0000 (-0500) Subject: Fix docker and stage site jenkins jobs X-Git-Tag: v1.0.1~36 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9a7fb8fd4a2bb52582ed544c93a0d695b1f607a3;p=dmaap%2Fmessagerouter%2Fmessageservice.git Fix docker and stage site jenkins jobs Configured docker spotify plug in and added nexus proxy property issue-id: DMAAP-144 Change-Id: I6c02b5c90876099fb6b9bf89ebdc862481756f1c Signed-off-by: Varun Gudisena --- diff --git a/pom.xml b/pom.xml index f2df084..cbaf8ec 100644 --- a/pom.xml +++ b/pom.xml @@ -385,7 +385,7 @@ docker-maven-plugin 0.4.13 - onap/dmaap-mr + onap/dmaap/dmaap-mr ${dockerLocation} docker-hub @@ -393,7 +393,81 @@ latest true - + + + / + ${project.build.directory}/opt + ${project.build.finalName}.jar + + + / + ${project.build.directory} + **/** + + + + + + build-image + package + + build + + + ${skip.docker.build} + + + + + tag-image-project-version + package + + tag + + + onap/dmaap/dmaap-mr + ${docker.push.registry}/onap/dmaap/dmaap-mr:${project.version} + ${skip.docker.push} + + + + + tag-image-latest + package + + tag + + + onap/dmaap/dmaap-mr + ${docker.push.registry}/onap/dmaap/dmaap-mr:latest + ${skip.docker.push} + + + + + push-image-latest + deploy + + push + + + ${docker.push.registry}/onap/dmaap/dmaap-mr:${project.version} + ${skip.docker.push} + + + + + push-image + deploy + + push + + + ${docker.push.registry}/onap/dmaap/dmaap-mr:latest + ${skip.docker.push} + + + com.blackducksoftware.integration @@ -456,6 +530,9 @@ 1.0.2-SNAPSHOT 2.15.5 /content/sites/site/org/onap/dmaap/${project.artifactId}/${project.version} + true + true + https://nexus.onap.org @@ -752,6 +829,16 @@ + + docker + + true + false + false + false + + + runAjsc