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]. For more options, visit https://groups.google.com/groups/opt_out.
