I have several jobs with Jenkins parameters that use the same parameters and parameter values. When I need to change the default value for one of these parameters, I need to go through all these tasks and reconfigure them.
A simple solution to this problem would be to choose to extract all the parameters from the configuration file (in the master / in workspace), but I could not find a sufficient implementation for this.
I want to be able to combine the assembly with the standard Java configuration file (in the format "key" = "value") , and then refer to these parameters, as well as to all other parameters during the assembly.
Do you know about a suitable solution?
Or shachar
source share