Integrating a Maven Event Spy with Jenkins

152 views
Skip to first unread message

PaulH

unread,
Jul 6, 2015, 8:34:23 AM7/6/15
to jenkin...@googlegroups.com

I have written a Maven extension (extending the EventSpy interface) that profiles a build and generates reports.

Now I want to integrate it with Jenkins.

I’d like the user to be able to set some options which I guess is doable through a descriptor.

However, I can’t figure out what extension point to extend. I also would like to be able to spit out the report (html file) inside Jenkins or to provide a link to it.

 

I’ve been looking around for 2 days now and I’m still clueless.

Any help is greatly appreciated J

Kanstantsin Shautsou

unread,
Jul 6, 2015, 4:41:11 PM7/6/15
to jenkin...@googlegroups.com
Usually reports parsed from 'Recorder.class'  implementations and used as `Post-build Actions`.
You can look on any plugin like finbugs/pmd/junit/x-unit(that supposed to be a base for different results parsers).
Reply all
Reply to author
Forward
0 new messages