From: Andrew Grimberg Date: Wed, 15 Aug 2018 16:11:11 +0000 (-0700) Subject: Add in sigul bridge configuration X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F60749%2F1;p=ci-management.git 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 --- 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