Re: Declarative Pipeline v1.4.0-beta-1 - Matrix stages

2019-10-13 Thread Firmsoil Soil
Thanks very much Liam, I will immediately try and demo this in my organization for multiple multi-platform (pun intended) use cases! This is why I love jenkins plugins API ecosystem, it is by far the deepest and most feature rich in the CI landscape and promotes immense code reuse. Sincerely

Re: Declarative Pipeline v1.4.0-beta-1 - Matrix stages

2019-08-07 Thread Andrew Bayer
This is fantastic to see land - I've been dreaming of matrix in Declarative for years, so thank you, Liam, for making it happen! A. On Tue, Aug 6, 2019 at 4:12 PM Liam Newman wrote: > Hello all! > > I'm pleased to announce the release of Declarative Pipeline 1.4.0-beta-1 > with Matrix Stages.

Re: Declarative Pipeline v1.4.0-beta-1 - Matrix stages

2019-08-07 Thread Jesse Glick
On Tue, Aug 6, 2019 at 4:12 PM Liam Newman wrote: > exclude { > axis { > name 'os' > notValues 'windows' > } This seems like a lot of conceptual weight for something that

Declarative Pipeline v1.4.0-beta-1 - Matrix stages

2019-08-06 Thread Liam Newman
Hello all! I'm pleased to announce the release of Declarative Pipeline 1.4.0-beta-1 with Matrix Stages. This feature allows pipeline authors to specify a matrix of one or more dimensions and run a set of stages on the combination of values specified. One simple use case where Matrix Stages