-
Bug
-
Resolution: Fixed
-
Major
-
None
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.
- is blocking
-
JENKINS-29476 The 'jenkinsProject' variable is not set in the binding after restarting Jenkins
-
- Closed
-
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