Add new docker image artifact. 51/6051/1
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Tue, 11 May 2021 08:04:46 +0000 (11:04 +0300)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Tue, 11 May 2021 08:05:06 +0000 (11:05 +0300)
Add a new type of docker image NF: blank image.

Issue-ID: SIM-68
Change-Id: I6f43c0c5d48fa77590ee11a071ad9ba35c8e6a51
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
jjb/sim-o1-interface/sim-o1-interface.yaml

index dd400f0..ba40792 100644 (file)
       - compare-type: REG_EXP
         pattern: 'ntsimulator/deploy/o-ran-du/.*'
 
+- project:
+    <<: *sim_o1_interface_docker
+    name: sim-o1-interface-ntsim-ng-blank
+    # jenkins job name prefix
+    project-name: '{name}'
+    # image name
+    docker-name: ' o-ran-sc/nts-ng-blank'
+    # dockerfile is in subdir
+    docker-build-args: "--network=host -f Dockerfile --build-arg NTS_BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
+    docker-root: ntsimulator/deploy/blank
+    gerrit_trigger_file_paths:
+      - compare-type: REG_EXP
+        pattern: 'ntsimulator/deploy/blank/.*'
+
 - project:
     <<: *sim_o1_interface_docker
     name: sim-o1-interface-release