At the moment the plug-in creates a random name every time the job is saved. It must persist and re-use the random name.

          [JENKINS-32149] Create random parameter name only once

          Code changed in jenkins
          User: Bruno P. Kinoshita
          Path:
          src/main/java/org/biouno/unochoice/AbstractCascadableParameter.java
          src/main/java/org/biouno/unochoice/AbstractScriptableParameter.java
          src/main/java/org/biouno/unochoice/AbstractUnoChoiceParameter.java
          src/main/java/org/biouno/unochoice/CascadeChoiceParameter.java
          src/main/java/org/biouno/unochoice/ChoiceParameter.java
          src/main/java/org/biouno/unochoice/DynamicReferenceParameter.java
          src/main/resources/org/biouno/unochoice/CascadeChoiceParameter/config.jelly
          src/main/resources/org/biouno/unochoice/ChoiceParameter/config.jelly
          src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/config.jelly
          http://jenkins-ci.org/commit/active-choices-plugin/3006d7275425bbad7937fde83968e85446355460
          Log:
          [FIXED JENKINS-32149] Random parameter name (uuid) is created only once. Fixed in Jelly as well, deprecated methods, backward compatible, tests pass

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Bruno P. Kinoshita Path: src/main/java/org/biouno/unochoice/AbstractCascadableParameter.java src/main/java/org/biouno/unochoice/AbstractScriptableParameter.java src/main/java/org/biouno/unochoice/AbstractUnoChoiceParameter.java src/main/java/org/biouno/unochoice/CascadeChoiceParameter.java src/main/java/org/biouno/unochoice/ChoiceParameter.java src/main/java/org/biouno/unochoice/DynamicReferenceParameter.java src/main/resources/org/biouno/unochoice/CascadeChoiceParameter/config.jelly src/main/resources/org/biouno/unochoice/ChoiceParameter/config.jelly src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/config.jelly http://jenkins-ci.org/commit/active-choices-plugin/3006d7275425bbad7937fde83968e85446355460 Log: [FIXED JENKINS-32149] Random parameter name (uuid) is created only once. Fixed in Jelly as well, deprecated methods, backward compatible, tests pass

          Fixed, tests passing locally (Java + JS), should be backward compatible. Hopefully backups/diffs won't falsely show that there is any difference just because of the random parameter name (which is kind like a unique ID per parameter)

          Bruno P. Kinoshita added a comment - Fixed, tests passing locally (Java + JS), should be backward compatible. Hopefully backups/diffs won't falsely show that there is any difference just because of the random parameter name (which is kind like a unique ID per parameter)

          Fixed in 1.3

          Bruno P. Kinoshita added a comment - Fixed in 1.3

            kinow Bruno P. Kinoshita
            kinow Bruno P. Kinoshita
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: