I’m looking to get a way to calculate all our job build minutes, from all projects (folder). Currently, we run Jenkins in Kubernetes using build agents.
Is this information stored internally, or would I need to write something in each pipeline and write to some DB?
What about one of the many metrics plugins? For example I use the prometheus plugin to generate https://ci.g4v.dev/prometheus/ which can include average build duration.