-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: warnings-plugin
I started this to cut down line noise in pipelines
e.g.
node {
stage ('Integration Test') {
def issues = scanForIssues tool: acuCobol()
publishIssues issues:[issues]
}
}