From: Anil Belur Date: Thu, 8 Jul 2021 23:30:52 +0000 (+1000) Subject: CI: Set the docker root & container tag dir X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d0306fe5bde4f1599546059920e5ce60f6264a57;p=ci-management.git CI: Set the docker root & container tag dir This fixes the issue: "Failed to get a container tag using method yaml-file". Issue-ID: IT-22385 Signed-off-by: Anil Belur Change-Id: Iefa95acb843ceea845e225e176c08d19fbc9e10e --- diff --git a/jjb/ric-app-bouncer/ric-app-bouncer.yaml b/jjb/ric-app-bouncer/ric-app-bouncer.yaml index 9e7ac4ce..f0a7d22e 100644 --- a/jjb/ric-app-bouncer/ric-app-bouncer.yaml +++ b/jjb/ric-app-bouncer/ric-app-bouncer.yaml @@ -30,10 +30,14 @@ name: ric-app-bouncer # image name docker-name: 'o-ran-sc/{name}' + # docker root + docker-root: Bouncer # source type of image tag container-tag-method: yaml-file # use host network docker-build-args: '--network=host' + # tag file is in subdir + container-tag-yaml-dir: Bouncer # trigger on any change other than a file in ./docs gerrit_trigger_file_paths: - compare-type: REG_EXP