Jenkins job testing 66/1466/1
authorYongchaoWu <yongchao.wu@est.tech>
Mon, 11 Nov 2019 10:08:17 +0000 (11:08 +0100)
committeryongchao <yongchao.wu@est.tech>
Mon, 11 Nov 2019 10:11:38 +0000 (11:11 +0100)
Add a container tag file for jenkins testing

Issue-ID: NONRTRIC-63
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Change-Id: Iaf0ce01e316d085a6b029d464b5c9b7710a84353

.gitignore [new file with mode: 0644]
near-rt-ric-simulator/nearric-simulator/nearric-service/container-tag.yaml [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..9f11b75
--- /dev/null
@@ -0,0 +1 @@
+.idea/
diff --git a/near-rt-ric-simulator/nearric-simulator/nearric-service/container-tag.yaml b/near-rt-ric-simulator/nearric-simulator/nearric-service/container-tag.yaml
new file mode 100644 (file)
index 0000000..62ee399
--- /dev/null
@@ -0,0 +1,4 @@
+# The Jenkins job requires a tag to build the Docker image.
+# Global-JJB script assumes this file is in the repo root.
+---
+tag: 1.0.0
\ No newline at end of file