thank you all for your input. I am investigating to do a local change to build flow plugin.
Introduce a comment "//includefile <filename>" that is detected and replaced it with the content of the file. I have a demo working. What is missing is to be able to have a parameter as the second argument. If you know some jenkins java code that try to environment expand a variable I would be very interested. Åsmund I On Mon, Apr 7, 2014 at 6:53 PM, Marc MacIntyre <[email protected]>wrote: > It's all on the master. > > > On Mon, Apr 7, 2014 at 9:47 AM, Les Mikesell <[email protected]>wrote: > >> On Mon, Apr 7, 2014 at 11:13 AM, Marc MacIntyre <[email protected]> >> wrote: >> > Put your build flow in a groovy class, and reference it in the build >> flow >> > like: >> > >> > File myFile = new File("/var/lib/jenkins/groovy/myClass.groovy"); >> >> Does everything load from the master or would you have to manage your >> own installation on slaves? >> >> -- >> Les Mikesell >> [email protected] >> >> -- >> 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/d/optout. >> > > > > -- > Marc MacIntyre > > -- > 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/d/optout. > -- 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/d/optout.
