From: Michael Hwang Date: Mon, 18 Sep 2017 21:16:23 +0000 (-0400) Subject: Remove the mapping of docker executions X-Git-Tag: v1.0.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F13231%2F1;p=dcaegen2%2Fplatform%2Fservicechange-handler.git Remove the mapping of docker executions The corresponding jjb has been changed to explicitly call the docker execution operations. Change-Id: I119f2ad570ee0af28da9f81feb9f26c6ebb9dd7f Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang --- diff --git a/pom.xml b/pom.xml index 98f126f..fa7d6b4 100644 --- a/pom.xml +++ b/pom.xml @@ -177,9 +177,10 @@ 0.4.13 Michael Hwang - ${project.artifactId} + ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId} - ${project.version} + ${project.version}-${maven.build.timestamp} + latest java:8-jre ["java", "-jar", "/opt/${project.build.finalName}.jar", "prod", "http://consul:8500/v1/kv/service-change-handler?raw=true"] @@ -192,39 +193,6 @@ - - - build-image - package - - build - - - - tag-image-timestamped-version - deploy - - tag - - - ${project.artifactId} - ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:${project.version}-${maven.build.timestamp} - true - - - - tag-image-latest-version - deploy - - tag - - - ${project.artifactId} - ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}:LATEST - true - - -