[JIRA] [email-ext] (JENKINS-17503) Global exclude list of user accounts

2013-04-10 Thread harold.shins...@sap.com (JIRA)














































shinsato
 commented on  JENKINS-17503


Global exclude list of user accounts















Would be nice to have a global solution with a simple ui rather than a change to each scm.



























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-17503) Global exclude list of user accounts

2013-04-10 Thread sami.salo...@nsn.com (JIRA)














































Sami Salonen
 commented on  JENKINS-17503


Global exclude list of user accounts















Isn't it so that Email-ext gets the user IDs of committers? Could it then simply filter out blacklisted ones before requesting email address resolution for the remaining ones?



























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-17503) Global exclude list of user accounts

2013-04-10 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-17503


Global exclude list of user accounts















That could be done, but I think a global solution would be better.



























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-17503) Global exclude list of user accounts

2013-04-10 Thread harold.shins...@sap.com (JIRA)














































shinsato
 commented on  JENKINS-17503


Global exclude list of user accounts















Am interested in doing this right - but I submitted a pull request so an implementation in email-ext could be looked at as part of the conversation: https://github.com/jenkinsci/email-ext-plugin/pull/63



























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-17503) Global exclude list of user accounts

2013-04-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17503


Global exclude list of user accounts















Code changed in jenkins
User: Alex Earl
Path:
 src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
 src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
 src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global.groovy
 src/main/webapp/help/globalConfig/excludedCommitters.html
http://jenkins-ci.org/commit/email-ext-plugin/519f012a2a59782e1fcccf6ab1de6aebff14b993
Log:
  Merge pull request #63 from hajush/master

Fix for JENKINS-17503 by adding an excluded committer list to email-ext global config


Compare: https://github.com/jenkinsci/email-ext-plugin/compare/4af57bfdfccc...519f012a2a59




























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-17503) Global exclude list of user accounts

2013-04-10 Thread slide.o....@gmail.com (JIRA)















































Alex Earl
 resolved  JENKINS-17503 as Fixed


Global exclude list of user accounts
















Merged pull request





Change By:


Alex Earl
(10/Apr/13 7:23 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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-17503) Global exclude list of user accounts

2013-04-06 Thread sami.salo...@nsn.com (JIRA)














































Sami Salonen
 created  JENKINS-17503


Global exclude list of user accounts















Issue Type:


New Feature



Assignee:


Alex Earl



Components:


email-ext



Created:


06/Apr/13 8:24 PM



Description:


Our CI system uses so called build accounts to execute builds. These accounts are considered as committers as they do changes to vcs. These accounts do not have email addresses, or email addresses are invalid. Email addresses for committers are searched from directory server in our system. I would like to rule out these build accounts from email sending altogether.

First implementation alternative is to have a global exclude list of user accounts. For these accounts, email address resolution would be skipped and thus the whole email sending.

Second implementation alternative is to remove build account email addresses from the email message prior its sending. This is not as optimal as the first alternative as it requires email address resolution, but it gets the job done. This solution alternative requires configuration at global level too and is therefore related to JENKINS-14508.

As a workaround, I can use project level pre-send script to filter out unwanted email addresses.




Environment:


Jenkins 1.480.3

Email-ext 2.28




Project:


Jenkins



Priority:


Minor



Reporter:


Sami Salonen

























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-17503) Global exclude list of user accounts

2013-04-06 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-17503


Global exclude list of user accounts















The address resolution is actually done in the scm plugins, so there would have to be changes to those to support the blacklist idea. Email-ext just calls the core address resolution functionality.



























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.