Releases: jenkinsci/poll-mailbox-trigger-plugin
Releases · jenkinsci/poll-mailbox-trigger-plugin
poll-mailbox-trigger-0.14
- Added ability to inject 'custom variables' as job parameters
- Added handling for multipart emails
- Improved handling of node properties (thanks Charlie Stott!)
poll-mailbox-trigger-0.12
- Changed deprecated code - Hudson.getInstance() to Jenkins.getInstance()
- Added exception handling, to provide a more informative error when Jenkins.getInstance() returns null.
poll-mailbox-trigger-0.11
- Interpret email body directly as build parameters (see mailto links)
- Test using variable replacement!
- Add config as build parameters
poll-mailbox-trigger-0.9
- Change package dependencies, so that there is no dependency on ScriptTrigger (for future cloudbees support)
- Implemented encrypted passwords (test connections using SSH keys)
poll-mailbox-trigger-0.8
- Added default properties (to minimise configuration)
- Documented and tested (successfully) configurations for the common web based email services.
poll-mailbox-trigger-0.5
- Added a "Test Connection" button
poll-mailbox-trigger-0.4
- get this plugin published under jenkinsci!
poll-mailbox-trigger-0.2
- Add email properties (e.g. to, from, cc, bcc, subject, body) as job parameters (pmt_*)