Remove the docker tag after adding the jenkins job 55/49955/1 v1.1.4
authorsunil unnava <su622b@att.com>
Fri, 1 Jun 2018 16:01:02 +0000 (12:01 -0400)
committersunil unnava <su622b@att.com>
Fri, 1 Jun 2018 16:03:26 +0000 (12:03 -0400)
Issue-ID: DMAAP-509
Change-Id: I5c3489826396444254d18763ac66c7ea9d7e73e3
Signed-off-by: sunil unnava <su622b@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 65e17bf..8f2153d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <serverId>docker-hub</serverId>
                                        <imageTags>
                                                <imageTag>${dmaapImg}</imageTag>
-                                               <imageTag>${dmaapImg.release.version}</imageTag>
                                                <imageTag>latest</imageTag>
                                        </imageTags>
                                        <forceTags>true</forceTags>
                                                        <skipDockerTag>${skip.docker.push}</skipDockerTag>
                                                </configuration>
                                        </execution>
-                                       <execution>
-                                               <id>tag-image-tmp</id>
-                                               <phase>install</phase>
-                                               <goals>
-                                                       <goal>tag</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <image>onap/dmaap/dmaap-mr</image>
-                                                       <newName>${docker.push.registry}/onap/dmaap/dmaap-mr:${dmaapImg.release.version}</newName>
-                                                       <skipDockerTag>${skip.docker.push}</skipDockerTag>
-                                               </configuration>
-                                       </execution>
 
                                        <execution>
                                                <id>push-image-latest</id>
                                                        <skipDockerPush>${skip.docker.push}</skipDockerPush>
                                                </configuration>
                                        </execution>
-                                       <execution>
-                                               <id>push-image-tmp</id>
-                                               <phase>deploy</phase>
-                                               <goals>
-                                                       <goal>push</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <imageName>${docker.push.registry}/onap/dmaap/dmaap-mr:${dmaapImg.release.version}</imageName>
-                                                       <skipDockerPush>${skip.docker.push}</skipDockerPush>
-                                               </configuration>
-                                       </execution>
                                </executions>
                        </plugin>
                        <plugin>
                <module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name>
                <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
                <ajscRuntimeVersion>3.0.6-oss</ajscRuntimeVersion>
-               <dmaapImg.release.version>1.1.4</dmaapImg.release.version>
 
                <!-- This will be the Absolute Root of the Project and should contain NO 
                        Versioning -->