Is it possible to define an Axis for a given list of Git branches? Perhaps 
with GroovyAxis.

I already have a slave axis building on 3 different Linux distributions.

So I would end up with a configuration matrix like this:
                  openSUSE    SLES64    SLES32
BranchA           x                  x              x
BranchB           x                  x              x
BranchC           x                  x              x
BranchD           x                  x              x

I can define this configuration matrix, with return [ "BranchA", "BranchB", 
"BranchC", "BranchD" ] on GroovyAxis.
How do I get Jenkins to check out branch BranchA on Configuration BranchA? 
And it should only build BranchA if there is a change on that branch.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/bdd45eec-d32d-4a4e-b9d5-cf50eccc9833%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to