Skip to content

Commit c83584d

Browse files
authored
Merge pull request #636 from linear-b/add-BITBUCKET_BUILD_NUMBER
add BITBUCKET_BUILD_NUMBER
2 parents 545f96b + 1444724 commit c83584d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/downloads/bitbucket-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pipelines:
4343
docker run -v $BITBUCKET_CLONE_DIR/gitstream:/code \
4444
-e HEAD_REF=$head_ref \
4545
-e BASE_REF=$base_ref \
46+
-e RUN_ID=$BITBUCKET_BUILD_NUMBER \
4647
-e CLIENT_PAYLOAD="$client_payload" \
4748
-e RULES_RESOLVER_URL=$resolver_url \
4849
-e RULES_RESOLVER_TOKEN=$resolver_token \

0 commit comments

Comments
 (0)