-
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
[JENKINS-58167] Add option to not store affected files
Description |
Original:
We are using the warnings-ng plugin to analyze some of our projects with the following code {code:java} recordIssues enabledForFailure: true, blameDisabled: true,tools: [java(), mavenConsole(), taskScanner(highTags: 'FIXME', normalTags: 'TODO, CHECKSTYLE IGNORE')]{code} 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. |
New:
We are using the warnings-ng plugin to analyze some of our projects with the following code {code:java} recordIssues enabledForFailure: true, blameDisabled: true,tools: [java(), mavenConsole(), taskScanner(highTags: 'FIXME', normalTags: 'TODO, CHECKSTYLE IGNORE')] {code} 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. |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Summary | Original: files-with-issues folders excessively large | New: Add option to not store affected files |
Assignee | Original: Ulli Hafner [ drulli ] | |
Labels | New: help-wanted newbie-friendly |
Link |
New:
This issue relates to |
Epic Link |
New:
|
Maybe we should provide the same options as the coverage API plugin.