Re: Disable concurrency on matrix

2020-04-13 Thread Devin Nusbaum
I don’t think that there is currently a built-in way to configure the matrix directive in a Declarative Pipeline so that its cells do not run in parallel. You might be able to get the behavior you want using Lockable Resources plugin by acquiring

Disable concurrency on matrix

2020-04-11 Thread Felipe pi pe
I have a declarative pipeline set up with a matrix, and I'm trying to get it to only run one of the matrix's cells at a time. I've tried using the "disableConcurrentBuilds" option, but when adding it to the stage's or the matrix's options, I get an error saying it's an invalid option type. Any