From 0b8c60423c37c1e457d421136c9c9969d6b1a353 Mon Sep 17 00:00:00 2001 From: Houa Yang Date: Mon, 18 May 2020 17:28:18 -0500 Subject: [PATCH] Add S3_BUCKET environment variable Add S3_BUCKET variable to address "unrecognized macro" error. Although jobs are passing, the error is confusing and unsightly. The S3_BUCKET environment variable is needed for log shipping to s3. Signed-off-by: Houa Yang Change-Id: I7a78d99b8b585210eb4305986dfee47c58f53912 --- jenkins-config/global-vars-production.sh | 1 + jenkins-config/global-vars-sandbox.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 05b5a1a6..27296dab 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -7,6 +7,7 @@ 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 +S3_BUCKET= SIGUL_BRIDGE_IP=10.32.4.8 SIGUL_KEY=oran-release-2019 SILO=production diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index e7c13fd8..7c05ebbc 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -5,6 +5,7 @@ JENKINS_HOSTNAME=vex-sjc-oran-jenkins-sandbox-1 LOGS_SERVER=https://logs.o-ran-sc.org NEXUS_URL=https://nexus.o-ran-sc.org REGISTRY_PORTS=10001 10002 10003 10004 +S3_BUCKET= SIGUL_BRIDGE_IP=10.32.4.8 SIGUL_KEY=oran-sandbox SILO=sandbox -- 2.16.6