Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I get a $BITBUCKET_COMMIT_USER?

Dolan Miu October 27, 2016

I'm reading the "Default Variables" section, and wondering if there is a way to get the username for the commit, such as $BITBUCKET_COMMIT_USER?

I need this feature so we can know who made the commit for our Pipelines set-up

https://confluence.atlassian.com/bitbucket/environment-variables-in-bitbucket-pipelines-794502608.html

1 answer

0 votes
Steven Vaccarella
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 27, 2016

Is it sufficient to get the user's name and email address as it appears in the repository? If so you should be able to get the information using a standard git or hg command, eg. for git:

- COMMITTER=`git --no-pager show -s --format="%an <%ae>"`
- echo $COMMITTER

If you need the user's Bitbucket username then I don't know of a simple way to get that. I don't believe that it is currently exposed as an environment variable. It may be possible retrieve it using the Bitbucket API, but there'll be some initial setup work to configure authentication.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events