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

Report for build minutes statistics at Bitbucket per month

Juhaina Almama March 8, 2022

Hi

We need  functionality in Bitbucket on how to view total minutes spent per month

Any tips?

Thanks

1 answer

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 9, 2022

Hi @Juhaina Almama

Thank you for reaching out to the community.

Unfortunately, Bitbucket Pipelines doesn't have the functionality to view Pipelines build minutes that can be filtered.
We do have an existing feature request for it that can be located through this link. - https://jira.atlassian.com/browse/BCLOUD-13637
You can upvote and watch it for now so that you'll be notified of any updates from our team when the feature becomes available on Bitbucket Cloud.
Please do note that we don't have an exact ETA for the feature request as all new features will be implemented according to our policy here.

As a workaround, you can use this Pipelines pipes script that allows you to get Pipelines build minutes usage.

Here's an example to "Get Pipeline details for last 10 days for all repositories in the workspace this Pipe is running":

script:
  script:
    - pipe: atlassian/bitbucket-build-statistics:1.0.0
      variables:
        BITBUCKET_USERNAME: $BITBUCKET_USERNAME
        BITBUCKET_APP_PASSWORD: $BITBUCKET_APP_PASSWORD
        BUILD_DAYS: 10

Hope it helps and let me know if you have further questions that I can help with.

Regards,
Mark C

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events