-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins ver. 1.565.1
Validating String Parameter v. 2.2
-
-
Validating String Parameter Plugin 2.7
when trying to execute Jenkins parametrized multi-job, from command line, using jenkins CLI, I get following error:
12:51:21 CLI parameter submission is not supported for the class hudson.plugins.validating_string_parameter.ValidatingStringParameterDefinition type. Please file a bug report for this
This Job has parameters created using Validating String Parameter plugin.
- links to
[JENKINS-26213] LI parameter submission is not supported for the class hudson.plugins.validating_string_parameter.ValidatingStringParameterDefinition type.
Description |
Original:
when trying to execute Jenkins parametrized job, from command line,using jenkins CLI, I get following error: 12:51:21 CLI parameter submission is not supported for the class hudson.plugins.validating_string_parameter.ValidatingStringParameterDefinition type. Please file a bug report for this This Job has parameters created using Validating String Parameter plugin. |
New:
when trying to execute Jenkins parametrized multi-job, from command line, using jenkins CLI, I get following error: 12:51:21 CLI parameter submission is not supported for the class hudson.plugins.validating_string_parameter.ValidatingStringParameterDefinition type. Please file a bug report for this This Job has parameters created using Validating String Parameter plugin. |
Workflow | Original: JNJira [ 160206 ] | New: JNJira + In-Review [ 180291 ] |
Assignee | Original: Peter Hayes [ petehayes ] | New: Raihaan Shouhell [ raihaan ] |
Remote Link | New: This issue links to "PR-21 (Web Link)" [ 26418 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Released As | New: Validating String Parameter Plugin 2.7 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
This is still an issue in 2.3 and 2.4 when invoking a parameterized build from the cli (http or ssh) we still get the following error:
Is there any plan to support parameters via the CLI? Is there another way to kick off and monitor build status from the cli or a script? We've used curl in the past to start builds, but there's no way to monitor build status and completion, as far as I know.