Hello, I'd like to develop a plugin for Jenkins which allows me to configure: * path to a JSON file (or some other file containing log information) * a HTML template
The plugin then simply links the JSON file to the HTML template and embeds this HTML page into Jenkins (either separate Menu point or into Console Output). I found one similar plugin, namely: https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin As far as I can tell, this plugin basically hooks itself into a BuildStep, then hacks around to create that frame, with the status on the left and messages on the right. Is this the correct way to achieve what I have in mind? Thanks in advance, regards Alfons -- 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/d/optout.
