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 code to download email attachments. #4

Closed nickgrealy closed 8 years ago

nickgrealy commented 8 years ago

As a user, I want the plugin to download email attachments, so that I can use them in my build.

nickgrealy commented 8 years ago

Code submitted - https://github.com/jenkinsci/poll-mailbox-trigger-plugin/commit/511659952d2e0cdd07033739debbc99ce36b9aa0

TODO: complete acceptance tests.

nickgrealy commented 8 years ago

TODO: add documentation

sujitsrinivasan commented 3 years ago

Hi @nickgrealy ,

Can you please advice if the the concept of Download attachment onto a specific directory is been incorporated as you discussed in https://issues.jenkins.io/browse/JENKINS-27575

I just wanted to know where does %pmt_attachmentsDirectory% directory reside ?

Thanks