Details
-
Improvement
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
After the parameterized trigger plugin wants to exchange all choices to extensible choices we have to change many properties in our jobs. But that's OK.
Problem:
Because of many of our properties containing dots we have to overwork half of our build process.
Suggestion:
Please check if the name of a property can contain . too.
Extensible Choice Parameter checks parameter names as Jenkins 1.466 expands variable
(that is, alphabets, numbers, and underscore: https://github.com/jenkinsci/jenkins/blob/jenkins-1.466/core/src/main/java/hudson/Util.java#L111 )
Jenkins 1.526 gets to allow dots in JENKINS-16660, f664639.
Extensible Choice Parameter should check parameter names as the Jenkins core it runs on.
Attachments
Issue Links
- is related to
-
JENKINS-16660 Environment variable replacement/resolving
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is related to |
Assignee | ikedam [ ikedam ] | |
Description |
After the parameterized trigger plugin wants to exchange all choices to extensible choices we have to change many properties in our jobs. But that's OK. Problem: Because of many of our properties containing dots we have to overwork half of our build process. Suggestion: Please check if the name of a property can contain . too. |
After the parameterized trigger plugin wants to exchange all choices to extensible choices we have to change many properties in our jobs. But that's OK. Problem: Because of many of our properties containing dots we have to overwork half of our build process. Suggestion: Please check if the name of a property can contain . too. ---- Extensible Choice Parameter checks parameter names as Jenkins 1.466 expands variable (that is, alphabets, numbers, and underscore: https://github.com/jenkinsci/jenkins/blob/jenkins-1.466/core/src/main/java/hudson/Util.java#L111 ) Jenkins 1.526 gets to allow dots in Extensible Choice Parameter should check parameter names as the Jenkins core it runs on. |
Issue Type | Task [ 3 ] | Improvement [ 4 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Summary | Extend name pattern to use dots too | Check variable names as Jenkins core expands |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 154302 ] | JNJira + In-Review [ 207523 ] |
Hint: getting triggerd by the parameterized trigger plugin whith having a choice "foo.bar" works, only the validation check for this field fails. Didn't tested accessing the choice via e.g. groovy...