How to find out how much space workspace and build artifacts take on CloudBees Jenkins

StackOverflow https://stackoverflow.com/questions/12179400

  •  29-06-2021
  •  | 
  •  

Question

Is there any way to see how much space workspace and build artifacts take on Jenkins in CloudBees dev@cloud?

When my account runs out of quota, I get a message that tells how much disk space is spent and subtracting my Forge usage from that tells me how much Jenkins takes space, but I don't know how to pinpoint which job's workspace and/or build artifacts take up the space.

Was it helpful?

Solution

You can install the Disk Usage plugin which will break down which builds are using the most space. Your workspace is not counted against your quota, only builds.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top