Add ENV vars for using Sigul 95/75195/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 14 Aug 2018 17:14:08 +0000 (10:14 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 14 Aug 2018 17:14:08 +0000 (10:14 -0700)
To bring us one step closer to automated (and secure) signing of
artifacts we need to add the Sigul signing key information as an
environment variable which the macros and scripts use to talk to the
signing bridge.

Change-Id: Ic6754561d5181f3c62585aedcf9ad8e86971def3
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jenkins-config/global-vars-releng.sh
jenkins-config/global-vars-sandbox.sh

index 83b3cb51ff5bda34b10ca014bf2b5e9b3b338d3f..d13eeeacef92820f1e97e1f75927811af9a1ef2b 100644 (file)
@@ -5,5 +5,6 @@ JENKINS_HOSTNAME=vex-yul-odl-jenkins-1
 LOGS_SERVER=https://logs.opendaylight.org
 NEXUS_URL=https://nexus.opendaylight.org
 ODLNEXUSPROXY=https://nexus.opendaylight.org
+SIGUL_KEY=odl-release-2018
 SILO=releng
 SONAR_URL=https://sonar.opendaylight.org
index 62de193e3a21c5ab19cd026c399986a76329ec17..dfa2e97e03e68ad407137e4c92f4014d0d2b50a9 100644 (file)
@@ -5,5 +5,6 @@ JENKINS_HOSTNAME=vex-yul-odl-jenkins-2
 LOGS_SERVER=https://logs.opendaylight.org
 NEXUS_URL=https://nexus.opendaylight.org
 ODLNEXUSPROXY=https://nexus.opendaylight.org
+SIGUL_KEY=odl-sandbox
 SILO=sandbox
 SONAR_URL=https://sonar.opendaylight.org