-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 1.554.1
If I attempt to start a parameterized build via the Jenkins CLI via SSH with an extended choice parameter I get the following message:
CLI parameter submission is not supported for the class com.cwctravel.hudson.plugins.extended_choice_parameter.ExtendedChoiceParameterDefinition type. Please file a bug report for this
I am able to start them by clicking build, and via url with wget.
How I ran this:
ssh -o ServerAliveInterval=10 -p 9200 hudsonmaster1 build -s test_job -p URL=LAST -p FOR_CHECK_DEVEL=true -p PLATFORM=x86 -p TEST_SET=main_functional_set -p BRANCH=devel
The platform parameter is an extended choice param.
- duplicates
-
JENKINS-22924 [Extended Choice Parameter] - Parameter does not support the definition from CLI
-
- Resolved
-
[JENKINS-24639] ExtendedChoiceParameter not supported in Jenkins CLI (ssh)
Component/s | Original: cli [ 15624 ] |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 157666 ] | New: JNJira + In-Review [ 195787 ] |
Not an issue with CLI, the plugin's parameter type just needs to implement ParameterDefinition.createValue(CLICommand, String).