From: YongchaoWu Date: Mon, 11 Nov 2019 10:08:17 +0000 (+0100) Subject: Jenkins job testing X-Git-Tag: 1.7.3~22 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=75120888e086df9841c67fbec92f1ec3be744a65;p=nonrtric.git Jenkins job testing Add a container tag file for jenkins testing Issue-ID: NONRTRIC-63 Signed-off-by: YongchaoWu Change-Id: Iaf0ce01e316d085a6b029d464b5c9b7710a84353 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9f11b755 --- /dev/null +++ b/.gitignore @@ -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 index 00000000..62ee3995 --- /dev/null +++ b/near-rt-ric-simulator/nearric-simulator/nearric-service/container-tag.yaml @@ -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