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

Multiple Triggers #31

Closed omegadash closed 6 years ago

omegadash commented 7 years ago

Would it be possible to build multiple parameterized jobs from a single email?

huehnerlady commented 6 years ago

you could have a super job which injects all needed parameters and then triggers multiple builds.

nickgrealy commented 6 years ago

@omegadash - I'd go with @huehnerlady's suggestion, of having a "parent" job, responsible for triaging and triggering any number of child builds.

Does this solve your question?