Hi, I'm moving to Jenkins 2.0 pipelines using Jenkinsfiles and I'm
trying to find the best way to translate matrix jobs to it. Is there a
way to define a matrix job or should I emulate it somehow using parallel
stages or something like that?

I tried to write something using parallel, but I get an error message
when defining "stage" inside it, it complains with:

  The ‘stage’ step must not be used inside a ‘parallel’ block.

Also, I'm finding very hard to find good documentation that explains in
more depth how Jenkinsfiles work, or references to the available
functions, like what kind of stuff can be used inside other stuff (like
the problem I had that 'stage' can't be used inside 'parallel'). Most
of the stuff I find are usually short tutorials demonstrating fairly
trivial features. Are there any good resources you can point me to?

Thank you!

PS: Please CC me, I'm not subscribed to the list.

-- 
Leandro Lucarella
Technical Development Lead
Sociomantic Labs GmbH <http://www.sociomantic.com>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20160818191448.67a1e31c%40labs-064.localdomain.
For more options, visit https://groups.google.com/d/optout.

Reply via email to