diff --git a/src/main/resources/org/jenkinsci/plugins/pollmailboxtrigger/PollMailboxTrigger/help.html b/src/main/resources/org/jenkinsci/plugins/pollmailboxtrigger/PollMailboxTrigger/help.html new file mode 100644 index 0000000..beb418e --- /dev/null +++ b/src/main/resources/org/jenkinsci/plugins/pollmailboxtrigger/PollMailboxTrigger/help.html @@ -0,0 +1,8 @@ +
+ The poll-mailbox-trigger allows a build to poll an email inbox using the imap protocol. + When an unread email is found matching configurable criteria, it: +
    +
  1. marks the email as read, so that it is not reprocessed
  2. +
  3. triggers a new job
  4. +
+