From 729caa4a7bf2bdb365a61afc122f88615e4a13e8 Mon Sep 17 00:00:00 2001 From: Frank Shotwell Date: Tue, 4 Feb 2020 21:08:07 +0000 Subject: [PATCH] pass through necessary envs for scope --- .buildkite/pipeline.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index cbeee2a0f..d1942c0ed 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,13 +1,21 @@ steps: - label: build - commands: - - make + command: "make" plugins: - docker#v3.2.0: image: replicated/gitops-builder:buildkite-go12-node10 always-pull: true mount-checkout: true workdir: /go/src/github.com/replicatedhq/troubleshoot + environment: + - SCOPE_DSN + - BUILDKITE_REPO + - BUILDKITE_COMMIT + - BUILDKITE_BUILD_ID + - BUILDKITE_BUILD_NUMBER + - BUILDKITE_BUILD_URL + - BUILDKITE_BUILD_CHECKOUT_PATH + - BUILDKITE - wait