Hello
I am looking to add a new checkstyle report to a Jenkins job that 
already produces a checkstyle report. I would like to keep both reports 
separate not aggregate them.
The problem I am getting is that the second checkstyle report is over 
writing the first report when the CheckStylePublisher is run. On the 
Jenkins job page I get

Checkstyle:1366 warnings from one analysis

  * 1366 new warnings
  * Plug-in Result:- no threshold has been exceeded (Reference build:xxxxx)
  * Still 11 days before reaching the previous successful builds highscore.

And

Checkstyle:1 warning from one analysis.

  * 1 new warning
  * Plug-in Result:-1 warning exceeds the threshold of 0 by 1 (Reference
    build:xxxxx)

But when I select the 1386 warnings it takes me to a detail page where 
the output from the 1 warning is shown.

In the Jenkins job if the call to the second CheckStylePublisher is 
commented out then  drilling down onto the 1366 new warnings shows the 
correct details.

It is feasible to run more than CheckStyle report per Jenkins job?

Thanks

Dave

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/38fc24d2-1dea-43a0-a1dd-edf5483d9732%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to