Hi,
we use the branch name as base for our docker tags. Unfortunately the custom pipelines get checked out as 'detached HEAD' and thus branch is always set to 'HEAD'.
Nown there is a environment variable which i wanted to use but this is not available for custom pipelines but only for branch pipelines. See this help article.
Question: How can i get my source branch name for my build script?
Regards,
Sebastian
Hi Sebastian, if you trigger a manual pipeline for a commit, Pipelines can't tell which branch to run it with (a commit exist on multiple branches)
However, if you trigger the custom pipeline from the branches page, you will get the $BITBUCKET_BRANCH variable
See the screenshot for https://bitbucket.org/site/master/issues/14002/running-custom-pipeline-for-a-branch-does
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.