[JIRA] [email-ext] (JENKINS-17969) Jelly Script not working

2013-05-16 Thread slide.o....@gmail.com (JIRA)















































Alex Earl
 resolved  JENKINS-17969 as Cannot Reproduce


Jelly Script not working
















Change By:


Alex Earl
(16/May/13 3:57 PM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [email-ext] (JENKINS-17969) Jelly Script not working

2013-05-16 Thread dbross...@gmail.com (JIRA)















































David Brossard
 closed  JENKINS-17969 as Cannot Reproduce


Jelly Script not working
















Change By:


David Brossard
(16/May/13 5:59 PM)




Status:


Resolved
Closed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [email-ext] (JENKINS-17969) Jelly Script not working

2013-05-16 Thread dbross...@gmail.com (JIRA)














































David Brossard
 commented on  JENKINS-17969


Jelly Script not working















Dang it. It was curly quotes around "html". 
Sorry for wasting your time Alex



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [email-ext] (JENKINS-17969) Jelly Script not working

2013-05-16 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-17969


Jelly Script not working















No time wasted. I'm glad it was a simple fix for you.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [email-ext] (JENKINS-17969) Jelly Script not working

2013-05-15 Thread dbross...@gmail.com (JIRA)














































David Brossard
 created  JENKINS-17969


Jelly Script not working















Issue Type:


Bug



Affects Versions:


current



Assignee:


Alex Earl



Components:


email-ext



Created:


15/May/13 5:36 PM



Description:


Using the default Jelly Script template in the Extended Email notification sends the literal string rather than the Jelly content.

Setup:

Override Global Settings: Unchecked

Default Content Type: HTML (text/html)

Use List-ID Email Header: Unchecked

Add 'Precedence: bulk' Email Header: Unchecked

Default Recipients: m...@email.com

Reply To List,Emergency reroute,Excluded Committers: Unused

Default Subject:$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!

Maximum Attachment Size: Unused

Default Content:
$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:p

Check console output at $BUILD_URL to view the results.p

${CHANGES}p

${JELLY_SCRIPT,template=”html”}


Default Pre-send Script: Unused
Enable Debug Mode: Checked
Enable Security: Unchecked

Here are the results from a recent test:

DEV-Build and Deploy - Build # 210 - Successful:
Check console output at http://myserver:8080/job/DEV-Build%20and%20Deploy/210/ to view the results.
David Brossard test email only 
${JELLY_SCRIPT,template=”html”}




Environment:


Ubuntu 12.04, Email-ext 2.29, Jenkins 1.514




Project:


Jenkins



Priority:


Major



Reporter:


David Brossard

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [email-ext] (JENKINS-17969) Jelly Script not working

2013-05-15 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-17969


Jelly Script not working















I just tested the exact text as you have it and it failed, but I then went in and made sure it the following (made sure curly quotes were not being used, added a space after the comma and so forth and it worked for me).


$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUSp
Check console output at $BUILD_URL to view the results.p
${CHANGES}p
${JELLY_SCRIPT, template="html"}


You can verify what (if any) bad tokens (like curly quotes and such) are in your template by viewing the config.xml for the job.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.