From bfa8bf1d6347c0770f57fe3430ec173f1eaa694f Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 24 Aug 2021 07:45:26 -0400 Subject: [PATCH] Configure sdnc-apps verify job for docker sdnc-apps verify job started failing because it is trying to do a local docker build in an environment that is not configured. Updated configuration to run on a docker build node and to set docker registries to the ONAP nexus3 Issue-ID: CIMAN-408 Signed-off-by: Dan Timoney Change-Id: Iacd9bcfc1389d5837083c3d4e0006d321cf3b57c --- jjb/sdnc/sdnc-apps.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/sdnc/sdnc-apps.yaml b/jjb/sdnc/sdnc-apps.yaml index 43ad1c29b..29ef94c1e 100644 --- a/jjb/sdnc/sdnc-apps.yaml +++ b/jjb/sdnc/sdnc-apps.yaml @@ -10,6 +10,9 @@ project-name: 'sdnc-apps' jobs: - gerrit-maven-verify: + build-node: ubuntu1804-docker-8c-8g + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' mvn-params: '-Ddocker.skip.push=true -Pdocker' - gerrit-maven-merge: cron: '@daily' -- 2.16.6