Add S3_BUCKET environment variable 84/3484/3
authorHoua Yang <hyang@contractor.linuxfoundation.org>
Mon, 18 May 2020 21:55:01 +0000 (16:55 -0500)
committerHoua Yang <hyang@contractor.linuxfoundation.org>
Mon, 18 May 2020 22:15:04 +0000 (17:15 -0500)
Add S3_BUCKET variable to address "unrecognized macro" error.
Although the job passes, the error is confusing and unsightly.
The S3_BUCKET environment variable is needed for log shipping to s3.

Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org>
Change-Id: I90af7149ab9f9e3e69491f8b37add6cfef54a826

jenkins-config/global-vars-production.sh
jenkins-config/global-vars-sandbox.sh

index 0405892..bffb4ef 100644 (file)
@@ -7,6 +7,7 @@ LOGS_SERVER=https://logs.akraino.org
 NEXUS_URL=https://nexus.akraino.org
 REGISTRY_PORTS=10001 10002 10003 10004
 RPM_REPO_URL=https://nexus3.akraino.org
+S3_BUCKET=
 SIGUL_BRIDGE_IP=10.30.216.9
 SIGUL_KEY=akraino-release-2018
 SILO=production
index eda2b9f..b0082f0 100644 (file)
@@ -6,6 +6,7 @@ LOGS_SERVER=https://logs.akraino.org
 NEXUS_URL=https://nexus.akraino.org
 REGISTRY_PORTS=10001 10002 10003 10004
 RPM_REPO_URL=https://nexus3.akraino.org
+S3_BUCKET=
 SIGUL_BRIDGE_IP=10.30.216.9
 SIGUL_KEY=akraino-sandbox
 SILO=sandbox