From: Houa Yang Date: Mon, 18 May 2020 22:26:13 +0000 (-0500) Subject: Add S3_BUCKET environment variable X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=ae8d8ef31a459d95a518a1a0f21ab5e414a305e9;p=ci-management.git 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 --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 460475001..69a551399 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 05c4418ba..79f2eb4cb 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