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

I built jenkins pipeline project with Poll MailBox Trigger but it didn't work although it worked well with freestyle project #64

Open JohnBoneJones opened 11 months ago

JohnBoneJones commented 11 months ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

What Operating System are you using (both controller, and any agents involved in the problem)?

I set up Jenkins version 2.424 on Window Server with java 11 and Poll Mailbox Trigger Plugin version1.026. But Poll Mailbox Trigger didn't work in Pipeline project, but freestyle project work well and can be triggered to run python script.

Reproduction steps

I tested connection successfully and I can see there are many emails can be triggered to this jenkins pipeline. image But it didn't work. image Something went wrong with poll mail box trigger logs image

Expected Results

I want this jenkins pipeline will be trigger by these emails image

Actual Results

But it didn't work. image

Anything else?

No response

occhioni-esteco commented 2 weeks ago

Same problem here.

Actually i had a workaround with a freestyle project that trigger a pipeline project