-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline-model-definition-plugin
-
None
I created a pipeline with 419 booleanParams like this:
Â
parameters {
Â
booleanParam(name: 'TestOne', defaultValue: false, description: '')
booleanParam(name: 'TestTwo', defaultValue: false, description: '')
booleanParam(name: 'TestThree', defaultValue: false, description: '')
booleanParam(name: 'TestFour', defaultValue: false, description: '')
booleanParam(name: 'TestFive', defaultValue: false, description: '')
...
Â
Â
When I tried to build/run the pipeline, I got:
Â
WorkflowScript: -1: List expressions can only contain up to 250 elements @ line -1, column -1. 1 error
Â
Â
- relates to
-
JENKINS-47363 Pipeline cps fails when creating array with more than 250 elements
-
- Resolved
-
-
JENKINS-50579 Unexpected compile error when list is too large
-
- Resolved
-
-
JENKINS-40986 Matrix structure for Declarative Pipeline
-
- Resolved
-