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 + 1 file changed, 1 insertion(+) (limited to 'jenkins-config/global-vars-production.sh') 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 -- cgit 1.2.3-korg