Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: email-ext-plugin
-
Labels:None
-
Environment:Jenkins 1.642.2 and email-ext 2.41.3
-
Similar Issues:
Description
As reported by kramarz in pull request jenkinsci/email-ext-plugin#109:
The post-send script setting, introduced in JENKINS-30854, disappears when saving job configuration.
A workaround is to directly edit the config.xml job configuration file and include the following line after the <presendScript/> line:
<postsendScript>$DEFAULT_POSTSEND_SCRIPT</postsendScript>
Afterwards select "Reload Configuration from Disk" from "Manage Jenkins".
Should be fixed in next release.