From dc6347dddb7de9be8d3c504c66c0e8bff47d7f87 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Mon, 18 Sep 2017 17:16:23 -0400 Subject: 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 --- pom.xml | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) 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 - - - -- cgit 1.2.3-korg