|
||||||||
|
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.

Since there is no way you could pass parameters to a build when they're not defined on the job in Jenkins itself (without plugins circumventing this restriction), any parameters recorded for a build that are not defined on the job can be assumed to be obsolete for any future job executions due to reconfiguration of the job's parameters in the mean time.
There are several plugins that allow programmatic job configuration, like Job DSL plugin, or Jenkins Enterprise's Template plugin. Maybe that's an option for you.