Is there a way to define a multiple variables for one axis in matrix build, like this: Person_Axis: name,surname,address
So that when specifying concrete values for the axis it would be: name=n1,surname=s1,address=a1 name=n2,surname=s2,address=a2 The solution of specifying 3 different axes for this example is not the one I would like because of the filtering and confusion that it might bring to the users. So far I tried specifying it like that: Person_Axis: n1,s1,a1 n2,s2,a2 and then using Groovy script or Windows batch script to split the value and assign to the variables name,surname and address but unfortunately I cannot give it to work because of the NullPointerException when I try to access configurations: https://issues.jenkins-ci.org/browse/JENKINS-16772?focusedCommentId=177773#comment-177773 Any ideas? -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
