Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-29 Thread jbyrne...@yahoo.com
For those of you interested... I think instead of the DEFAULT_RECIPIENTS being under the global configuration this is under the expanded trigger configuration. (Sorry Earl, I'm going to have to disagree with you on that one.) I looked at the differences in the configuration and saw that the

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread Slide
Please file a JIRA on that so I don't forget :-) Thanks, slide On Mon, Jan 28, 2013 at 5:17 PM, jbyrne...@yahoo.com wrote: > I'm guessing that nothing is printed if there are no changes since the > last build. Hence the blank part of the email. So I'll wait for tomorrow. > I guess the simpl

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread jbyrne...@yahoo.com
I'm guessing that nothing is printed if there are no changes since the last build. Hence the blank part of the email. So I'll wait for tomorrow. I guess the simplest answer would be the best. Thanks for your help again. It would have been nice for stupid users like me to have something like:

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread jbyrne...@yahoo.com
Thanks for the link. Boy that generics code sure is pretty! Also, Is the global configuration under Jenkins->Manage Jenkins->Configure System? (I'm new to Jenkins too) Thank you for your help. John On Monday, January 28, 2013 2:38:12 PM UTC-8, jbyr...@yahoo.com wrote: > > Is there some log I

Re: How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread Slide
DEFAULT_RECIPIENTS is the token used for the list of email addresses defined as the Recipient List in the global configuration. You can look at the code for the ChangesToken at [1] and see if there is any logic that would cause your issue. There is currently no logging in the tokens. slide 1 - ht

How do I troubleshoot the ${CHANGES} token when sending an email

2013-01-28 Thread jbyrne...@yahoo.com
Is there some log I can look at? The content is not being placed into the email message. Please help. I'm also looking for where the ${DEFAULT_RECIPIENTS} token is defined but I can't find it anywhere. Please let me know if you need any more information, I'm new to this list. Thank you, John