Details
-
Improvement
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
Allow warnings to scan just the console output from steps inside a block in pipelines and preferably give it a name and have multiple warnings reports one per name ie
warnings consoleParsers:[[parserName: 'GNU C Compiler 4 (gcc)']], unstableTotalAll: '0', name: 'GCC' { sh 'make' } warnings consoleParsers:[[parserName: 'Doxygen']], unstableTotalAll: '0', name: 'Doxygen' { sh 'make doc' }
Currently things like being able to click on a warning to view the source dosn't work in pipelines if your doing parallel steps over multiple hosts (as the workspace paths differ)
Attachments
Issue Links
- is blocking
-
JENKINS-54832 Groovy Parser cannot access console log
-
- Resolved
-
- is duplicated by
-
JENKINS-58427 Warnings from parallel build stages are always aggregated
-
- Closed
-
- relates to
-
JENKINS-37325 Make multiple static analysis results visible in a pipeline script
-
- Resolved
-
-
JENKINS-55258 Support scanning of console log with parallel steps
-
- Open
-
- mentioned in
-
Page Loading...
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Allow warning to scan just the console output from steps inside a block in pipelines and preferably give it a name and have multiple warnings reports one per name ie {code:java} warnings consoleParsers:[[parserName: 'GNU C Compiler 4 (gcc)']], unstableTotalAll: '0', name: 'GCC' { sh 'make' } warnings consoleParsers:[[parserName: 'Doxygen']], unstableTotalAll: '0', name: 'Doxygen' { sh 'make doc' } {code} Currently things like being able to click on a warning to view the source dosn't work in pipelines if your doing parallel steps over multiple hosts (as the workspace paths differ) |
Allow warnings to scan just the console output from steps inside a block in pipelines and preferably give it a name and have multiple warnings reports one per name ie {code:java} warnings consoleParsers:[[parserName: 'GNU C Compiler 4 (gcc)']], unstableTotalAll: '0', name: 'GCC' { sh 'make' } warnings consoleParsers:[[parserName: 'Doxygen']], unstableTotalAll: '0', name: 'Doxygen' { sh 'make doc' } {code} Currently things like being able to click on a warning to view the source dosn't work in pipelines if your doing parallel steps over multiple hosts (as the workspace paths differ) |
Link |
This issue relates to |
Labels | analysis-core-2.0 |
Remote Link | This issue links to "Page (Jenkins Wiki)" [ 17267 ] |
Labels | analysis-core-2.0 |
Component/s | warnings-ng-plugin [ 24526 ] | |
Component/s | warnings-plugin [ 15513 ] |
Rank | Ranked higher |
Link | This issue relates to JENKINS-55258 [ JENKINS-55258 ] |
Rank | Ranked lower |
Rank | Ranked lower |
Link |
This issue is duplicated by |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Rank | Ranked higher |
Rank | Ranked higher |
Link |
This issue is blocking |