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

Provide an option to activate/desactive key-value overriden #15

Open vincentjn opened 8 years ago

vincentjn commented 8 years ago

Hi,

I would like to have an option to activate/desactivate the key-value.

The reason is that I will have some mail_trigger jobs that will receive emails which contains key-values, which i do not want to override the mail_trigger parameters.

In another mail_trigger_2 job, i will receive emails which contains key-values which i do want to override the mail_trigger_2 parameters.

It could be a simple option, or a setting in the "Advanced Email Properties". Both solution are fine for me.

Something like : "parameterOverride=false"

DBenicy commented 7 years ago

This feature would be really nice as for example, I'm currently working with emails reporting application crash where all the environment variables are listed and therefore overwrite the slave environment variables during the job execution.