- 
    
Improvement
 - 
    Resolution: Unresolved
 - 
    
Minor
 - 
    None
 
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)
- 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...