From 9f2e0ed62a554a5501a08875d59290940a515e14 Mon Sep 17 00:00:00 2001 From: Patrick Rhomberg Date: Mon, 14 Jan 2019 12:27:40 -0800 Subject: [PATCH] GEODE-6259: Pass SEMVER_PRERELEASE_TOKEN to deploy scripts in Concourse. Co-authored-by: Patrick Rhomberg Co-authored-by: Jacob Barrett --- ci/pipelines/meta/jinja.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipelines/meta/jinja.template.yml b/ci/pipelines/meta/jinja.template.yml index 639e3225e867..dff534bd43b7 100644 --- a/ci/pipelines/meta/jinja.template.yml +++ b/ci/pipelines/meta/jinja.template.yml @@ -181,6 +181,7 @@ jobs: PUBLIC_PIPELINES: ((public-pipelines)) GRADLE_GLOBAL_ARGS: ((gradle-global-args)) MAVEN_SNAPSHOT_BUCKET: ((maven-snapshot-bucket)) + SEMVER_PRERELEASE_TOKEN: ((semver-prerelease-token)) run: path: geode-pipeline/ci/pipelines/geode-build/deploy_pipeline.sh - put: concourse @@ -227,6 +228,7 @@ jobs: SANITIZED_GEODE_FORK: ((sanitized-geode-fork)) GCP_PROJECT: ((gcp-project)) PUBLIC_PIPELINES: ((public-pipelines)) + SEMVER_PRERELEASE_TOKEN: ((semver-prerelease-token)) run: path: geode-examples-pipeline/ci/pipelines/examples/deploy_pipeline.sh - put: concourse