summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorxuegao <xue.gao@intl.att.com>2022-11-04 09:44:25 +0100
committerxuegao <xue.gao@intl.att.com>2022-11-04 09:44:25 +0100
commit5e3610cac7331e95cd76bec4fd5253ef743915cf (patch)
tree5c040a7f9ae3cd172ad81c6717175e508baf42a8 /pom.xml
parent347b1c864daea16f2f25bd4aafee6dc3a3ee13cb (diff)
Dockerizing simulators
Enable docker push and add version.properties for jenkins. Issue-ID: INT-2162 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: Id4fbb04a76dbdd43498228aecf66eddbc94a9dc9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d88e593..fff3fd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
<goal>build</goal>
</goals>
</execution>
- <!-- <execution>
+ <execution>
<id>push-images</id>
<phase>deploy</phase>
<goals>
@@ -160,7 +160,7 @@
<configuration>
<image>core-nssmf-simulator</image>
</configuration>
- </execution>-->
+ </execution>
</executions>
</plugin>
</plugins>