-
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