Releases: jenkinsci/poll-mailbox-trigger-plugin
Releases · jenkinsci/poll-mailbox-trigger-plugin
1.026
1.025
Reduced published JPI artifact size from 932kb
-> 641kb
, by removing redundant libraries.
1.024
Fixes issue with missing environment variables - ** in version 2.7.1 LTS
.
1.024-SNAPSHOT
Updated support docs.
1.023
Fixes issue with missing environment variables.
1.023-SNAPSHOT
Release Candidate
1.022
Contains downloadable email attachments and re-trigger mailto link.
1.021
Fixed issues introduced in previous release.
1.020
- If the "script" property has spaces only (someone might have pressed some spaces by mistake), the CustomProperties class still should recognized it as empty (.equals(""))
-The default values of the properties were being loaded AFTER loading the user-provided ones. For instance I want to get rid of the subject filter "jenkins >" and I cannot do that, because when I add the property with the empty value, this default takes over. Thus, I submit this PR to change the order in which these data is loaded: first we load the defaults, THEN we load the user-provided values
poll-mailbox-trigger-0.15
- Fixed defect in parsing properties