-
Improvement
-
Resolution: Fixed
-
Minor
-
Jenkins 2.164.3
warnings-ng 5.1.0
We are using the warnings-ng plugin to analyze some of our projects with the following code
recordIssues enabledForFailure: true, blameDisabled: true,tools: [java(), mavenConsole(), taskScanner(highTags: 'FIXME', normalTags: 'TODO, CHECKSTYLE IGNORE')]
This leads to very large folders on the Jenkins master (around 250MB for a single build) compared to the old Static Analysis Plugin.
An option to disable this behaviour or to specify retention times separatly from build retention times would be appreciated.
- relates to
-
JENKINS-73164 recordIssues step ignores sourceCodeRetention parameter
- Resolved
-
JENKINS-61038 Add permissions for source code viewer
- Open
-
JENKINS-62151 Add option to compress affected files
- Resolved
- links to