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

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)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events