Hello,
I've a very small Jenkins plugin, two classes overriding ToolInstallation and BuildWrapper, the point being to be able to trigger a build on any slave and inject an environment variable based on the location of this tool on a the slave. This works perfectly, and I now would like to be able to use the same behavior with matrix jobs. I've created a new class extending hudson.matrix.Axis, and was able to display a new axis with the right names. However, I'm now struggling how to connect the BuildWrapper to the axis, in order to inject the env variable based on the value on the axis. Does anybody have any hint on how to implement that ? Thanks a lot for your help, -- Gilles QUERRET -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CAM0LRmBDxHcPTQtjk5jK%3DnE3ga42iDSOXD6X%2BdJ6b9ZfYbYuzg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
