By the way, I was able to reproduce this issue but then determined that there were invalid characters used in the token. I updated the JIRA item [1] with what I did to get it to work.
slide 1 - https://issues.jenkins-ci.org/browse/JENKINS-17969 On Thu, May 16, 2013 at 9:54 AM, lata <[email protected]> wrote: > David, how does your 'Editable Email Notification' section of your job > config look like? > what you showed earlier is the global config. > > On Thursday, May 16, 2013 10:20:53 PM UTC+5:30, lata wrote: >> >> 2.9 is to be read as 2.09, :-) >> >> On Wednesday, May 15, 2013 9:26:14 PM UTC+5:30, David Brossard wrote: >>> >>> I am using Jenkins 1.514 and the latest Email-ext that I see is actually >>> 2.29 rather than 2.9. Should I expect to see Jelly or Changes content using >>> any of this syntax in my Default Content settings for "Extended E-mail >>> Notification"? >>> >>> $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS: >>> >>> Check console output at $BUILD_URL to view the results. >>> >>> ${CHANGES} >>> $CHANGES >>> ${JELLY_SCRIPT,template=”html”**} >>> >>> I get everything up to "view the results." but nothing after. >>> >>> Thanks >>> >>> >>> On Wed, May 15, 2013 at 4:35 AM, Slide <[email protected]> wrote: >>> >>>> There is also a ${CHANGES} content token, but you can't use it directly >>>> in a Jelly script, you would have to retrieve the changes yourself. >>>> >>>> >>>> On Wed, May 15, 2013 at 4:24 AM, lata <[email protected]> wrote: >>>> >>>>> syntax for variables: >>>>> ${ENV, var="CHANGES"} where CHANGES is your var name. >>>>> >>>>> jelly scripts can be used v2.9 and above, what version of email-ext is >>>>> yours? >>>>> >>>>> On Wednesday, May 15, 2013 5:09:48 AM UTC+5:30, David Brossard wrote: >>>>>> >>>>>> >>>>>> I have tried to add email notifications into Jenkins but I have been >>>>>> unable to get anything other than the default variables to work. I have >>>>>> tried adding >>>>>> $CHANGES >>>>>> ${CHANGES} >>>>>> and both show nothing in the email. >>>>>> I have tried adding the example: ${JELLY_SCRIPT,template=”html”****} >>>>>> but it just shows literally ${JELLY_SCRIPT,template=”html”****} in >>>>>> the email. >>>>>> Can someone please help me get the syntax correct? Ihave included a >>>>>> screen shot of my config. Here is an example email output from the that >>>>>> config. Notice no changes show up and the literal Jelly string. >>>>>> >>>>>> DEV-Build and Deploy - Build # 208 - Successful: Check console output >>>>>> at >>>>>> http://myserver:8080/job/DEV-**B**uild%20and%20Deploy/208/<http://myserver:8080/job/DEV-Build%20and%20Deploy/208/>to >>>>>> view the results. ${JELLY_SCRIPT,template=”html” >>>>>> ****} >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> <https://lh3.googleusercontent.com/-sWbXsXVw8Xk/UZLK360FH6I/AAAAAAAAAB4/A9tPEcrKx0w/s1600/snap.png> >>>>>> >>>>> -- >>>>> 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-use...@googlegroups.**com. >>>>> >>>>> For more options, visit >>>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>>> . >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Website: http://earl-of-code.**com <http://earl-of-code.com> >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "Jenkins Users" group. >>>> To unsubscribe from this topic, visit https://groups.google.com/d/** >>>> topic/jenkinsci-users/cR_**L24fJ1Og/unsubscribe?hl=en<https://groups.google.com/d/topic/jenkinsci-users/cR_L24fJ1Og/unsubscribe?hl=en> >>>> . >>>> To unsubscribe from this group and all its topics, send an email to >>>> jenkinsci-use...@googlegroups.**com. >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>>> >>>> >>> >>> -- > 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.
