-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.642.2 and email-ext 2.41.3
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".
[JENKINS-33205] Post-send script setting disappears when saving job configuration
Assignee | Original: Alex Earl [ slide_o_mix ] | New: Johannes W [ jmuc ] |
Assignee | Original: Johannes W [ jmuc ] | New: Alex Earl [ slide_o_mix ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 169085 ] | New: JNJira + In-Review [ 198533 ] |
See https://github.com/jenkinsci/email-ext-plugin/pull/132 for a patch.