Get commits deployed to Production

Hi,
I am looking into finding the commits that are going into our production release.
We use Bitbucket and we go from Feature Branch->UAT->Master.
Master is the branch that goes into production.

Our pipeline is using docker to build the code.

I cannot find any information on the pipeline/steps about the PR that triggered that build.

Release to production is a manually approved step on the pipeline

Hey @eduardo :wave:

There should be information in the env vars (you can see that in the UI, in the environment tab on a step), though there will only be the current commit that triggered the build.

I cannot find any information on the pipeline/steps about the PR that triggered that build.

Hmm, I wonder if you have “Skip pull request builds for existing commits” checked for your pipeline, which might explain why you do not see any PR information?

If you need any further help, send us a message with a link to your build to support@buildkite.com and we can check it out for you.