diff options
author | s00370346 <swarup.nayak1@huawei.com> | 2019-06-06 13:38:48 +0530 |
---|---|---|
committer | s00370346 <swarup.nayak1@huawei.com> | 2019-06-06 18:59:27 +0530 |
commit | a1a1141d09a59d02b048005cb41dab4c97fad6b6 (patch) | |
tree | 6f0feb1ab08b4187872924161fa5886a8d8932f7 | |
parent | c27d1c3a98eb11896bce4a99f8caec98e78cd3a7 (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.xml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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> |