-
Improvement
-
Resolution: Fixed
-
Minor
-
jenkins 2.x
parameter separator plugin v.1.0
-
-
1.2
I am using the groovy DSL to create parameters in my jobs.
Currently, parameter separator plugin ALWAYS "Throws the dice" for separator names.
As a result, every run of a job using this plugin if "job history" is enabled SHOWS changes.
when looking at the diff you can see the only thing that has changed is the value of name field. from separator-<UUID1> to separator-<UUID2>.
This happens only for the jobs implemented in groovy jobs and defining the parameters.
This is not a show stopper, but is very annoying in case you want to understand when someone touched the job without searching git log.