From 0aff188c842d8cb974c57ea236caedb865ec7aee Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 15 Oct 2019 11:08:10 -0700 Subject: [PATCH] Add required parameters for self-release Signed-off-by: Eric Ball Change-Id: I1d27c977c6b6a283260d15b9f28cd2518f44ca1a Signed-off-by: Eric Ball --- jenkins-config/global-vars-production.sh | 2 ++ jjb/defaults.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 11068358..05b5a1a6 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -5,6 +5,8 @@ JENKINS_HOSTNAME=vex-sjc-oran-jenkins-prod-1 LOGS_SERVER=https://logs.o-ran-sc.org NEXUS_URL=https://nexus.o-ran-sc.org REGISTRY_PORTS=10001 10002 10003 10004 +RELEASE_EMAIL=collab-it+o-ran-sc-release@linuxfoundation.org +RELEASE_USERNAME=o-ran-sc-release SIGUL_BRIDGE_IP=10.32.4.8 SIGUL_KEY=oran-release-2019 SILO=production diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml index 57857947..c89c6b56 100644 --- a/jjb/defaults.yaml +++ b/jjb/defaults.yaml @@ -51,3 +51,5 @@ sonarcloud_project_organization: o-ran-sc sonarcloud_api_token: d9e23c28dc39b6d7531d2ecabf122ce84e6253ef + # Release config + jenkins-ssh-release-credential: jenkins-release -- 2.16.6