Hi All, I am trying to create a matrix job. But while for one axis my values are predefined for the other axis my value depends on a parameter that the job that triggers my job pass. I have tried using groovy axis plugin and read this parameter by using: def build = Thread.currentThread().executable Now I get this error:
Caught: groovy.lang.MissingPropertyException: No such property: executable for class: java.lang.Threa >From reading in >google<http://jenkins-ci.361315.n4.nabble.com/Getting-Current-Build-in-Groovy-td4474847.html> I guess I'm not in the right context. So my question is am I missing something? How can I set axis that depends on a parameter from the job that trigger my job? Thanks, Noa -- 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.
