From 1444724630d08bb8ec3d507833e143ba35e78bfa Mon Sep 17 00:00:00 2001 From: Pavel Vaks <129676672+PavelLinearB@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:24:58 +0200 Subject: [PATCH] Update bitbucket-pipelines.yml --- docs/downloads/bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/downloads/bitbucket-pipelines.yml b/docs/downloads/bitbucket-pipelines.yml index f46853b4..8cd7d757 100644 --- a/docs/downloads/bitbucket-pipelines.yml +++ b/docs/downloads/bitbucket-pipelines.yml @@ -43,6 +43,7 @@ pipelines: docker run -v $BITBUCKET_CLONE_DIR/gitstream:/code \ -e HEAD_REF=$head_ref \ -e BASE_REF=$base_ref \ + -e RUN_ID=$BITBUCKET_BUILD_NUMBER \ -e CLIENT_PAYLOAD="$client_payload" \ -e RULES_RESOLVER_URL=$resolver_url \ -e RULES_RESOLVER_TOKEN=$resolver_token \