|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I have added this functionality to the following branch:
https://github.com/timbrown5/parameterized-remote-trigger-plugin/tree/JENKINS-22384-Add-EnvVars
We are using this locally, please let me know if you'd like me to submit a pull request.
Note: This branch also has a workaround for some local networking issues we are having. We are finding that sometimes a connection drops and this makes the plugin drop out too early. To workaround this I have added a connectionRetry section to sendHTTPCall (in the catch IOException) that retries the call x amount of times before failing - suing recursion. This is hard coded to 5, but could be available to be configured via jelly input (although we've only ever seen it retry once at a time).