-
Bug
-
Resolution: Unresolved
-
Minor
As per this change, the id of an input step must start with a capital letter. Fine enough for computed IDs, but very confusing for an explicitly specified ID.
The reasoning was so that getDynamic would not be ambiguous. But I think this would be fixed more easily by deprecating getDynamic, using getExecution, and making this code append execution/ to the base URL.
- is related to
-
JENKINS-26224 REST API for input step not documented in _api.jelly
-
- Open
-
- links to
[JENKINS-34509] Allow InputStep.id to start with a lowercase letter
Link | New: This issue is related to JENKINS-26224 [ JENKINS-26224 ] |
Epic Link | New: JENKINS-35394 [ 171187 ] |
Workflow | Original: JNJira [ 170642 ] | New: JNJira + In-Review [ 183986 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: pipeline-input-step-plugin [ 21708 ] | |
Component/s | Original: pipeline [ 21692 ] |
Labels | New: cloudbees-internal-pipeline |
Remote Link | New: This issue links to "CloudBees Internal CD-31 (Web Link)" [ 19135 ] |
Currently (v2.36) it's possible to define an input with a lower case id, but if you later want to provide the input via Rest you have to spell the id with a capital first letter.
id used as defined doesn't work.
Capitalized id works fine.