Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Follow up of https://issues.jenkins-ci.org/browse/JENKINS-40858
Attachments
Issue Links
- is duplicated by
-
JENKINS-49662 Ability to create custom stages in parallel blocks in pipeline shared library
-
- Closed
-
- relates to
-
JENKINS-27395 distinguish test reports filed from different parts of workflow
-
- Resolved
-
-
JENKINS-41334 Support parallel execution of stages in Declarative
-
- Closed
-
-
JENKINS-56000 Pipeline fails if more than 250 parameters specified
-
- Open
-
-
JENKINS-42808 matrix-project support for pipeline jobs
-
- Open
-
-
JENKINS-46809 Allow sequential stages inside parallel in Declarative syntax
-
- Closed
-
- links to
+1 on the exclude syntax, it's taking a lot of space.
Also, can the values field of the axis block be dynamic instead of using a filter parameter?
I have a use case with axes with a lot of values depending on a parameter, so if I can't act on the matrix values, my only option is to handle it in a when block?
Also, in most cases, I would rather use a global variable to store my axes values as well, makes it easier to maintain and I could re-use it in another matrix block further down in the script.
But overall I'm very happy to see a matrix block in declarative pipeline.