From 1d1094af42f51994251a71548e9dabe6e5ff0cc6 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Tue, 11 Jun 2019 11:20:38 -0400 Subject: [PATCH] Simplify verify step of MDC log platform library Use Dockerfile from ci subdirectory. Drop requirement to have a tag file. Signed-off-by: Lott, Christopher (cl778h) Change-Id: I400bde76d4a68e224587fb108f5237192503d6ff --- jjb/com-log/com-log.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/com-log/com-log.yaml b/jjb/com-log/com-log.yaml index 5b9f9cfc..10936a9a 100644 --- a/jjb/com-log/com-log.yaml +++ b/jjb/com-log/com-log.yaml @@ -16,10 +16,6 @@ container-public-registry: nexus3.o-ran-sc.org:10001 # push to the staging repo bcos all builds are RCs container-push-registry: nexus3.o-ran-sc.org:10004 - # use host network to clone from our gerrit - docker-build-args: '--network=host' - # source of docker tag - docker-use-params-from: yaml-file-params stream: - master: branch: master @@ -30,8 +26,12 @@ project: com/log # jenkins job name prefix project-name: '{name}' + # use host network to clone from our gerrit + docker-build-args: '--network=host -f ci/Dockerfile' # image name docker-name: '{name}' + # image tag, use a fixed value + container-tag-method: latest # maven settings file has docker credentials mvn-settings: com-log-settings jobs: -- 2.16.6