diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2018-08-15 09:11:11 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2018-08-15 09:19:04 -0700 |
commit | 20c200034dbc66cd11b9a209de5d7aef69a1b091 (patch) | |
tree | 02cef794305478f5818a82dcec5d79c421b1449a /jenkins-config | |
parent | d71295d58882aa67692907ba6ab519894e23d64d (diff) |
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 <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jenkins-config')
-rw-r--r-- | jenkins-config/global-vars-production.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |