[workflow-plugin]

34 views
Skip to first unread message

Raul Ferriz

unread,
Feb 20, 2015, 12:41:03 PM2/20/15
to jenkins...@googlegroups.com
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?

Jesse Glick

unread,
Feb 26, 2015, 11:59:19 AM2/26/15
to jenkins...@googlegroups.com
On Friday, February 20, 2015 at 12:41:03 PM UTC-5, Raul Ferriz wrote:
Are there any existing and compatible checkstyle plugin with workflow?


does not list it, though I suspect this is mostly covered by JENKINS-25977 (FindBugs plugin), which shares a common foundation with the Checkstyle plugin. 
Reply all
Reply to author
Forward
0 new messages