-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
On master the Build Record Root Directory which is by default ${ITEM_ROOTDIR}/builds could be somewhere else
On master the Build Record Root Directory which is by default ${ITEM_ROOTDIR}/builds could be somewhere else
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.