The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can I get a $BITBUCKET_COMMIT_USER?

Dolan Miu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events