From ea137f4f50877ad416552bd3c6c1b3011b7803ac Mon Sep 17 00:00:00 2001 From: DenisGNoonan Date: Tue, 9 Apr 2024 16:04:53 +0100 Subject: [PATCH] NONRTRIC-946: Servicemanager - build capif as a library Issue-ID: NONRTRIC-946 Change-Id: I46c554c6c5ea37c2c7240b3a1579de611c101b63 Signed-off-by: DenisGNoonan --- jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml b/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml index ff1d3d6c..05f77b66 100644 --- a/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml +++ b/jjb/nonrtric-plt-sme/nonrtric-plt-sme.yaml @@ -71,9 +71,9 @@ container-tag-method: yaml-file container-tag-yaml-dir: servicemanager # use host network to clone from our gerrit - docker-build-args: "--network=host" - # Directory with Dockerfile - docker-root: "servicemanager" + docker-build-args: "--network=host -f servicemanager/Dockerfile" + # Dockerfile is in a subdir + docker-root: "." # Limit build trigger to appropriate files gerrit_trigger_file_paths: - compare-type: REG_EXP -- 2.16.6