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