Hello,

I'm quite new to Jenkins and workflow plugin, and I am trying to set up a 
task that publishes some HTML reports and violations. I know that there are 
opes issue against HTML reports plugin, but I dont know if 
'violations-plugin' should work or I am doing something wrong. My code is 
something like:
node('worker') {
    sh 'build violations' // <--- Will generate output/violations.xml file
    step([$class: 'ViolationsPublisher', testResults: 
'output/violations.xml'])
}

But when I try to run it, it simply crashes. I fear that there are some 
plugin incompatiblities.

Are there any existing and compatible checkstyle plugin with workflow?

-- 
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/6d5e38f9-5925-41f1-8fe6-0bbe56439066%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to