-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
On master the Build Record Root Directory which is by default ${ITEM_ROOTDIR}/builds could be somewhere else
[JENKINS-35384] The disk usage calculation should take into accound deported builds
Description | Original: at jobs level? Or with a specific permission ? To allow more people to take care of it. | New: On master the Build Record Root Directory which is by default ${ITEM_ROOTDIR}/builds could be somewhere else |
Workflow | Original: JNJira [ 171677 ] | New: JNJira + In-Review [ 184399 ] |
The build archives can be located at the value specified by the jenkins.model.Jenkins.buildsDir property, and this value can contain various place holders like ITEM_FULL_NAME which need to be expanded before resolving the end value.
There is likely a short algorithm to discover the location of the build archives unambiguously somewhere in the Jenkins code base.