-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Ubuntu 14.04, Jenkins 1.647, Checkstyle 3.45, Pipeline plugin 1.14
I am using the Pipeline plugin to setup a workflow using a script.
To publish the checkstyle report, I use this line:
step([$class: 'CheckStylePublisher', pattern: '**/scalastyle-result.xml', unstableTotalAll: '0', usePreviousBuildAsReference: true])
The checkstyle warnings show up in the build but the "Checkstyle Trend" on the main build page is missing. (See attached).
Also the checkstyle warnings link does not show up on the main build page.
Let me know if more info is needed
- duplicates
-
JENKINS-31202 Trend Graphs are not shown in Job view for Workflow builds
- Resolved