Hello! Yes -- that would work! Do you know if there's a way that after each build, I can:
1. run some javascript to generate the svg 2. store the svg in the same URL as the previous build 3. the description is updated in reload (the svg url doesn't change) I currently don't know how to generate the svg and get it hosted after a build. Thanks! Annie On Tuesday, July 21, 2015 at 10:01:40 PM UTC-7, kinow wrote: > > Hi Annie > > Maybe in the job description? You can include HTML there, and try to add a > link to an image archived in the latest successful build. Some times I use > the Image Gallery Plug-in for doing something similar (displaying graphs > generated with R), you may want to take a look if that's helpful too. > > Hope that helps, > Bruno > > ------------------------------ > *From:* Annie Jiao <[email protected] <javascript:>> > *To:* Jenkins Developers <[email protected] <javascript:>> > *Sent:* Wednesday, July 22, 2015 9:00 AM > *Subject:* Adding javascript to job status page > > Hello! > > I'm trying to use d3 to generate data visualization on the job status page > (http://localhost:8080/jenkins/job/job-name/) > > currently I'm using the active choices plugin and using a groovy script in > the parameter I'm able to put the result on the "build with parameters" > page (http://localhost:8080/jenkins/job/job-name/build?delay=0sec) > > Is there a plugin I could use or somewhere in the config file where I can > put the svg on the description page instead? > > Thanks! > -- > 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] <javascript:>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/f8b5c1d4-ff2a-4bd2-94ab-d349886c4a31%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/f8b5c1d4-ff2a-4bd2-94ab-d349886c4a31%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/bf914109-ddc4-4fb5-ae69-608b35c846f9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
