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
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
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. |
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 | Bug [ 1 ] | Improvement [ 4 ] |
Summary | files-with-issues folders excessively large | Add option to not store affected files |
Assignee | Ulli Hafner [ drulli ] | |
Labels | help-wanted newbie-friendly |
Link | This issue relates to JENKINS-62151 [ JENKINS-62151 ] |
Epic Link |
|
Labels | help-wanted newbie-friendly | help-wanted integration-test newbie-friendly testing-course |
Rank | Ranked lower |
Labels | help-wanted integration-test newbie-friendly testing-course | help-wanted newbie-friendly |
Epic Link |
|
Link | This issue relates to JENKINS-61038 [ JENKINS-61038 ] |
Component/s | prism-api-plugin [ 28824 ] |