From 20c200034dbc66cd11b9a209de5d7aef69a1b091 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 15 Aug 2018 09:11:11 -0700 Subject: [PATCH] Add in sigul bridge configuration The production Jenkins system needs an ENV var set to specify what sigul signing key it has access to Issue-ID: CIMAN-193 Change-Id: I99160715f080ff8c2b1da05c296805b72f5a122b Signed-off-by: Andrew Grimberg --- jenkins-config/global-vars-production.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 972dbf971..27bc52adc 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -11,5 +11,6 @@ LOGS_SERVER=https://logs.onap.org NEXUS_URL=https://nexus.onap.org NEXUSPROXY=https://nexus.onap.org REGISTRY_PORTS=10001 10002 10003 10004 +SIGUL_KEY=onap-release-2018 SILO=production SONAR_URL=https://sonar.onap.org -- 2.16.6