Skip to content

Commit

Permalink
Merge pull request #636 from linear-b/add-BITBUCKET_BUILD_NUMBER
Browse files Browse the repository at this point in the history
add BITBUCKET_BUILD_NUMBER
  • Loading branch information
PavelLinearB authored Jan 14, 2025
2 parents 545f96b + 1444724 commit c83584d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/downloads/bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c83584d

Please sign in to comment.