summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors00370346 <swarup.nayak1@huawei.com>2019-06-06 13:38:48 +0530
committers00370346 <swarup.nayak1@huawei.com>2019-06-06 18:59:27 +0530
commita1a1141d09a59d02b048005cb41dab4c97fad6b6 (patch)
tree6f0feb1ab08b4187872924161fa5886a8d8932f7
parentc27d1c3a98eb11896bce4a99f8caec98e78cd3a7 (diff)
Issue-ID: DCAEGEN2-1545 RestconfCollector Jenkins Job failing5.0.2-ONAPelaltodublin
Signed-off-by: s00370346 <swarup.nayak1@huawei.com> Change-Id: I637338862843b25d15c510d641460618377b9587
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index abbf0ac..1f741a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,18 +224,6 @@ limitations under the License.
</goals>
</execution>
<execution>
- <id>tag-and-push-image-latest</id>
- <phase>deploy</phase>
- <goals>
- <goal>tag</goal>
- </goals>
- <configuration>
- <image>${docker.image.name}:latest</image>
- <newName>${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest</newName>
- <pushImage>true</pushImage>
- </configuration>
- </execution>
- <execution>
<id>tag-and-push-image-with-version</id>
<phase>deploy</phase>
<goals>