Recently , i have noticed that the build have take long time because of error loop i did not noticed for 2 months so it consumed my build minutes 10x the usual. i like to monitor pipeline - this is my requirement.. i have searched some of the monitoring tools but i am getting documentation for configuring with bitbucket server and datacenter. could you please provide recommended tool or option to monitor bitbucket pipeline. if you have the solution i like to get that with full details to configure.
Hi Someshwaran and welcome to the community!
The available options are the following:
1. If you are a workspace admin, you can go to Workspace settings > Plan details. On this page, you can see the build minutes used for the current billing period. This is the total across all repos of the workspace.
2. On the Pipelines page of each repo, the column Duration shows the duration of each build. Please note that the build minutes used may be different if you run parallel steps, if you use steps with size 2x, or if you reran a certain build's step.
3. We have a pipe that you can use to get build statistics for all repos of the workspace. You can check the following knowledge base article for more details:
The example on this page is for the default pipeline. However, you can create a custom pipeline that doesn't run automatically, and run it every time you want to get the build statistics.
The report generated by this pipe will show the total number of build minutes used by each repo during the last 30 days. You can also specify a different number of days, see here for more details:
Please feel free to reach out if you have any questions.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.