You need to somehow get an Action into the build and add a summary.jelly/groovy for that action. Getting an Action into it can be done in many different ways. But I think in your case https://wiki.jenkins-ci.org/display/JENKINS/Extension+points#Extensionpoints-hudson.model.TransientBuildActionFactory would suffice.
/B From: [email protected] [mailto:[email protected]] On Behalf Of jtchong615 Sent: den 9 april 2013 03:07 To: [email protected] Subject: new to plugin, need help on which extension point to use I am in the process of writing a plugin so Jenkins can interface with a in house tool, and I am a bit stub on which extension to use or implement. Basically, I need a plugin that can report the live progress of a job in the build# detail page (summary.jelly), very similar to the console output, but the status is actually in another file. Is there any existing plugin that do similar things that I can take a look for example? I saw text-finder, but that is a post build action, and I need a "during the build" plugin to show status in the build detail page. If anyone can let me know which extension point and interface do I need to extend will be very good start for me. I took a look at the interface HealthReportingAction, but it seem like this is something that get done after a build is done, or am I mistaken? any help would be great, thanks! jc -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
