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

Fix for isse #22 when email has no to-recipient #32

Closed fendtinger closed 6 years ago

fendtinger commented 6 years ago

Fixes #22

Changes proposed in this pull request:

@nickgrealy

fendtinger commented 6 years ago

You have to fix the build... ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-7-oracle

nickgrealy commented 6 years ago

Sorry for the late reply @lifeguardmedia .

Please pull latest changes from master - I've fixed the latest issues with the build introduced by this https://blog.travis-ci.com/2017-08-31-trusty-as-default-status .

codecov-io commented 6 years ago

Codecov Report

Merging #32 into master will decrease coverage by 0.17%. The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #32      +/-   ##
============================================
- Coverage      65.1%   64.93%   -0.18%     
  Complexity      149      149              
============================================
  Files            15       15              
  Lines           748      750       +2     
  Branches         99       99              
============================================
  Hits            487      487              
- Misses          224      225       +1     
- Partials         37       38       +1
Impacted Files Coverage Δ Complexity Δ
...ugins/pollmailboxtrigger/mail/utils/Stringify.java 73.39% <50%> (-1.38%) 44 <2> (ø)

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 7a90368...9fb6de8. Read the comment docs.

fendtinger commented 6 years ago

@nickgrealy I did it ;) I think it should work now