From: Marcin Migdal Date: Thu, 9 Aug 2018 13:22:37 +0000 (+0200) Subject: Preparing for INT-607 X-Git-Tag: 3.0.0~356 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5d08958636a11ec9d570a995f09fa09f6e14de49;p=integration.git Preparing for INT-607 Attempt to fix build part3 Change-Id: I7a0d6d05aed920e21e3bfd5b78bdffc271630192 Issue-ID: INT-607 Signed-off-by: Marcin Migdal --- diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index bbb91ea8e..18e8163bc 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -282,45 +282,58 @@ - push-image-latest - none + tag-image-with-version + package - push + tag - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest + ${docker.image.name}:latest + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} - tag-image-with-version + tag-image-with-version-and-date package tag ${docker.image.name}:latest - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp} + + - push-image-with-version + default + + push + + + ${onap.nexus.dockerregistry.daily} + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest + + + + + push-image-latest none push - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version} + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest - tag-image-with-version-and-date - package + push-image-with-version + none - tag + push - ${docker.image.name}:latest - ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}-${maven.build.timestamp} + ${onap.nexus.dockerregistry.daily}/${docker.image.name}:${project.version}