Details
-
Improvement
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
Jenkins 2.164.3
warnings-ng 5.1.0
Description
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.
Attachments
Issue Links
- relates to
-
JENKINS-61038 Add permissions for source code viewer
-
- Open
-
-
JENKINS-62151 Add option to compress affected files
-
- Open
-
Ah ok, thanks for clarifying. That would be easier to implement.