Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for JENKINS-20319 #14

Merged
merged 4 commits into from
Mar 2, 2015
Merged

Fix for JENKINS-20319 #14

merged 4 commits into from
Mar 2, 2015

Conversation

mkutter
Copy link
Contributor

@mkutter mkutter commented Feb 12, 2015

The configurationslicing plugin now only disables mailers, if

  • the recipient list is set to empty, and the notify individuals... checkbox is unchecked.
  • the recipient list is explicitly set to "(Disabled)" (case-insensitive) via the configuration slicer.

When setting the recipient list to an empty value via the configuration slicer, email notifications sent to individual developers remain untouched.

unknown and others added 2 commits February 12, 2015 16:31
…rate emails... for Email notification

The configurationslicing plugin now only disables core mailers, if
- the recipient list is set to empty, and the notify individuals... checkbox is unchecked.
- the recipient list is explicitly set to "(Disabled)" (case-insensitive) via the configuration slicer.

Email notifications using the email-ext plugin still suffer from this error.
@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@mkutter mkutter changed the title Partial fix for JENKINS-20319 Fix for JENKINS-20319 Feb 16, 2015
@ninian
Copy link
Contributor

ninian commented Feb 21, 2015

I could only get this configuration (updating to 1.509.2) to work in my environment if I also updated the required version of email-ext in the POM to be 2.29 (the version which was produced to update its own LTS to 1.509.1). I guess this might then cause some unexpected problems where others upgrade the configuration slicing plugin while keeping their existing version of email-ext. Can you make this change too?

ninian added a commit that referenced this pull request Mar 2, 2015
@ninian ninian merged commit c0d1e56 into jenkinsci:master Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants