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: 

How do I get the latest pipeline UUID's from the Bitbucket api

Deleted user
July 15, 2022

I'm trying to get the latest pipeline build status for a slack webhook. In order to do that, I need to get the latest pipeline ID from the API.

 

I tried doing this in a bitbucket-pipelines.yml file (for the current running pipeline to then send a slack notification) using the $BITBUCKET_PIPELINE_UUID default variable but it keeps returning null. Maybe it returns null because the pipeline isnt finished yet?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 17, 2022

Hey Rinesa,

I have tested this on my own Bitbucket Cloud repository by echoing the $BITBUCKET_PIPELINE_UUID during the build process (ie within the script portion of the build) and this returns the correct UUID without issue.

The Pipeline UUID will only return a value once the agent process has finished executing (ie once the initial build setup begins) so it must be gathered during this time.
The UUID can also be gathered from the browser if you know the Pipeline number (which is found in the URL of the pipeline):

https://bitbucket.org/!api/2.0/repositories/workspaceID/reposlug/pipelines/pipelineNo/steps/

Hope this helps.

Cheers!

- Ben (Bitbucket Cloud Support)

DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events