From ae8d8ef31a459d95a518a1a0f21ab5e414a305e9 Mon Sep 17 00:00:00 2001 From: Houa Yang Date: Mon, 18 May 2020 17:26:13 -0500 Subject: 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: I94276ec56e6fe3dfa9c5589acea15ce014e7fc51 --- 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 46047500..69a55139 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -8,5 +8,6 @@ NEXUS_URL=https://nexus.fd.io NEXUSPROXY=https://nexus.fd.io PACKAGECLOUDPROXY=https://packagecloud.io/fdio PCIO_CO=fdio +S3_BUCKET= SIGUL_KEY=fdio-release-2018 SILO=production diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 05c4418b..79f2eb4c 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -8,5 +8,6 @@ NEXUS_URL=https://nexus.fd.io NEXUSPROXY=https://nexus.fd.io PACKAGECLOUDPROXY=https://packagecloud.io/fdio PCIO_CO=fdio +S3_BUCKET= SIGUL_KEY=fdio-sandbox SILO=sandbox -- cgit 1.2.3-korg