jenkinsci / poll-mailbox-trigger-plugin

A Jenkins plugin, to poll an email inbox, and trigger jobs based on new emails.
https://plugins.jenkins.io/poll-mailbox-trigger-plugin/
MIT License
40 stars 32 forks source link

Jenkins 2.7.1 LTS Support #20

Closed nickgrealy closed 8 years ago

nickgrealy commented 8 years ago

Since Jenkins v2 has been released, the plugin no longer injects the pmt_* variables (as build parameters).

The plugin needs to be updated (and tested) to (only?) support the latest LTS (currently 2.7.1).

nickgrealy commented 8 years ago

Duplicate of https://github.com/jenkinsci/poll-mailbox-trigger-plugin/issues/19

nickgrealy commented 8 years ago

Current workarounds

Do one of the following:

See also

nickgrealy commented 8 years ago

Missing env vars fixed in commit https://github.com/jenkinsci/poll-mailbox-trigger-plugin/commit/d0154dab63dc3a5978ebcbcd6aaa6d98212009cf

Ready for release

vijaychandra24 commented 6 years ago

Since Jenkins v2 has been released, the plugin no longer injects the pmt_* variables (as build parameters So if pmt variables not supported how can we overcome previous requirement trigger based on email from ??

nickgrealy commented 6 years ago

Hi @vijaychandra24,

Thanks for raising this issue.

Can you please re-test using the latest plugin version (1.026) - and if you are still encountering issues, please raise a new issue, providing as much information as possible.

I know for certain that the plugins supports Jenkins LTS 2.7.1 (I just tested now), so perhaps if you are not using version 2.7.1, you could consider moving to this Jenkins version.

Kind regards,

Nick Grealy