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

Clicking the inline help-button of the "Poll Mailbox" build trigger does NOT show the plugin help #44

Open TheCodeArtist opened 6 years ago

TheCodeArtist commented 6 years ago

Steps to reproduce

  1. Start creating a new Jenkins job/project.
  2. Select Poll Mailbox Trigger as the build Trigger.
  3. Click on the first help icon [?] to the right of the Poll Mailbox Trigger.

Expected behaviour

Inline / pop-up help page describing the plugin should be displayed.

Actual behaviour

Error message is displayed in the inline / pop-up help section.

image

Server configuration

Operating system: Ubuntu Linux 16.04

Jenkins Version: 2.107.3

Plugin Version: 1.026

Mail Server: Any

TheCodeArtist commented 6 years ago

I am interested to provide a PR to fix this. I believe the expected behavior is to display help-PollMailboxTrigger.html

Can someone confirm this?...

nickgrealy commented 6 years ago

Hi @TheCodeArtist ,

Yes, expected behaviour is it shows the help file content. The current Jenkins LTS version supported by the plugin is 2.7.1. It's probably overdue for an update (how long is an LTS supposed to last, anyway!?!)

Thanks for the PR, looking forward to it!

Kind regards,

Nick