Hi,
I have a build that is triggered by tags matching a wildcard expression (e.g. server-*). I would like to find out the exact tag that triggered the build and use it in my build script. Does anyone know if this is possible?
I imagine I could use something like:
git tag -l --points-at HEAD
to get the tags on the current commit but there is every possibility in my situation that the same commit may end up with multiple matching tags. I have searched for predefined variables supplied by Bitbucket but cannot find anything. It would be great if it supplied variables like TRIGGER_BRANCH, TRIGGER_TAG or something that I could reference.
thanks for any advice,
Steve
Hi Steven,
There are default environment variables you can use, such as
BITBUCKET_TAG or BITBUCKET_BRANCH
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.