Hi, My goal is to put junit test reports into the body of HTML email. I'm on Jenkins 1.496/Linux x64. I have installed a JDK 1.6 and Groovy on the jenkins server. I tested a job that executes a system groovy script and it works fine. println "hello world I am groovy"
The editable email notification examples I've found on the internet show usage like this: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <body> <p><? println "hello world I am groovy" ?> </body> </html> However the email I receive shows the code between <? and ?> was not evaluated by groovy. How do I troubleshoot this issue? Thanks Nate -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.