[JIRA] [mailer] (JENKINS-19194) Recipients not being saved

2014-03-03 Thread abbybader+c...@gmail.com (JIRA)














































A Bader
 commented on  JENKINS-19194


Recipients not being saved















Any insight on the latter problem?  I'm fine using a free-style build job, but the email notification post-action is definitely not working.  Should I open a new issue?  Any output that I can capture that's useful to 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] [mailer] (JENKINS-19194) Recipients not being saved

2014-03-03 Thread abbybader+c...@gmail.com (JIRA)














































A Bader
 commented on  JENKINS-19194


Recipients not being saved















Sure. It's not very interesting.   Pulling from {jenkins home}/jobs/{job}/{build}/log.  It's a test job that fails due to an "exit 1" in an ssh session, designed just to trigger a mail.

Started by user ...=anonymous
Building in workspace .../test email plugin/workspace
workspace $ /bin/sh -xe /tmp/hudson1200283283488152363.sh
+ exit 1
Build step 'Execute shell' marked build as failure
Sending e-mails to: m...@email.com
Finished: FAILURE

There aren't any stack traces in my system logs during the corresponding period.. no real mention of emails at all, in fact.

If you meant another log, please direct me.



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-03-03 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-19194


Recipients not being saved















Did you try sending a test email in the global config area? Also, did you check your spam folder for the emails? If you have the ability, you can add a system property to the Jenkins command line to enable debug in JavaMail as well. 

-Dmail.debug=true



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-03-03 Thread abbybader+c...@gmail.com (JIRA)














































A Bader
 commented on  JENKINS-19194


Recipients not being saved















I did try a test email; it claims to have completed correctly, but no emails get delivered to any address I've tried (not even to the spam box). Again, no errors on the system logs.

Re: running from CLI, I've emailed you directly, will post again if I find an answer. Thanks.



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-02-28 Thread abbybader+c...@gmail.com (JIRA)














































A Bader
 commented on  JENKINS-19194


Recipients not being saved















@Alex Earl I am still seeing this issue with Jenkins v1.539 and Mailer version 1.8



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-02-28 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-19194


Recipients not being saved















Ah, interesting, so its not the normal Mailer plugin that you are seeing the issue with?



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-02-28 Thread abbybader+c...@gmail.com (JIRA)














































A Bader
 commented on  JENKINS-19194


Recipients not being saved















The only mail-related plugin I have installed is https://wiki.jenkins-ci.org/display/JENKINS/Mailer version 1.8.  Seems like the normal one to me.  

My point is that I'm getting different behavior depending on the jenkins job type.  In my Maven 2/3 jobs, I don't have the option of an email post-build action, only the "build settings" checkbox.  This one fails to save the recipients list.  In a free-style job there's no build settings section; there's an email post-build action. This one saves the recipients list, but doesn't appear to actually send emails. Hope that makes sense.



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-02-28 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-19194


Recipients not being saved















Maven jobs use the MavenMailer class in the UI (https://github.com/jenkinsci/maven-plugin/blob/master/src/main/java/hudson/maven/reporters/MavenMailer.java), the "Email Notification" is the Mailer plugin, which uses a different UI setup. If you are seeing the issue with Maven jobs, then the issue is most likely with the MavenMailer for saving the recipients, not the Mailer plugin.



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-02-10 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-19194


Recipients not being saved















I'm pretty sure this has to do with the plugin overriding newInstance in the descriptor. For newer versions of Jenkins, this causes an issue when you also have a @DataBoundConstructor. When I update the pom.xml to use 1.532.1 as the core version and remove the newInstance, things work correctly and the recipients are saved. I'll try and determine a better way to do it so that its more backward compatible.



























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] [mailer] (JENKINS-19194) Recipients not being saved

2014-02-10 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-19194


Recipients not being saved















@Gautam, can you unpin the Mailer plugin in your config and upgrade to 1.8?



























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] [mailer] (JENKINS-19194) Recipients not being saved

2013-12-19 Thread antonio.garciadoming...@uca.es (JIRA)














































Antonio Garcia-Dominguez
 updated  JENKINS-19194


Recipients not being saved
















Change By:


Antonio Garcia-Dominguez
(19/Dec/13 8:52 AM)




Summary:


Recepients
Recipients
notbeingsaved



























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.