-
Bug
-
Resolution: Fixed
-
Major
-
None
For our maven jobs we deploy the artifacts to a Nexus Maven repository.
This requires that I do not select the "Disable automatic artifact archiving" option.
I have configured the LogRotator Discard old builds to keep the last 30 builds, but only keep 1 build with artifacts.
In multimodule maven builds the following directory is deleted:
${jenkins_home}/jobs/${jobname}/archive
The following directories are not deleted:
${jenkins_home}/jobs/${jobname}/modules/${moduleName}/builds/65/archive
Is there another way to deploy the artifacts to nexus and retain a build history without having to keep all the module artifacts?
- is duplicated by
-
JENKINS-17553 Archived artifacts of Maven Modules are no longer cleaned up
- Resolved
-
JENKINS-17508 The 'Discard Old Builds' advanced option - removal of only artifacts - does not work for me after 1.503.
- Resolved