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
41 stars 32 forks source link

Add top-level help file for the plugin #47

Open TheCodeArtist opened 6 years ago

TheCodeArtist commented 6 years ago

Signed-off-by: TheCodeArtist cvs268@gmail.com

Fixes #44

codecov-io commented 6 years ago

Codecov Report

Merging #47 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #47   +/-   ##
=========================================
  Coverage     64.93%   64.93%           
  Complexity      149      149           
=========================================
  Files            15       15           
  Lines           750      750           
  Branches         99       99           
=========================================
  Hits            487      487           
  Misses          225      225           
  Partials         38       38

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e8b93fe...8d883d7. Read the comment docs.

TheCodeArtist commented 6 years ago

Can someone please confirm that this change actually fixes issue #44?

image

I have added the help file for the plugin source as help.html based on the documentation in https://wiki.eclipse.org/Basic_guide_to_Jelly_usage_in_Hudson that says...

You can add top-level plugin help, e.g. on the job configuration page, by providing help.html or help.jelly in the src/main/resources/path/to/plugin/PluginName/ directory.