Can you browse to the URL that is contained in the email body and have it show the image?
On Mon, Apr 8, 2013 at 3:19 PM, Kamal Ahmed <[email protected]>wrote: > I tried with: > > <TABLE> > <TR><TD align="right"><IMG SRC="${build.HUDSON_HOME}/images/32x32/<%= > build.result.toString() == 'SUCCESS' ? "blue.png" : build.result.toString() > == 'FAILURE' ? 'red.png' : 'yellow.png' %>" /> > > after moving the "images" folder to $JENKINS_HOME/images/ > > But in the email, i still dont see the buttons. > > originally, it was : > > <TABLE> > <TR><TD align="right"><IMG > SRC="${rooturl}static/e59dfe28/images/32x32/<%= build.result.toString() == > 'SUCCESS' ? "blue.gif" : build.result.toString() == 'FAILURE' ? 'red.gif' : > 'yellow.gif' %>" /> > but those did not work wither. > > Any ideas ? > Thanks, > -Kamal. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" 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. > > > -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
