Hi, use hudson.Launcher[1] its provided in perform method of Builder[2] that you extend to implement your plugin.
zoran [1] http://javadoc.jenkins-ci.org/hudson/Launcher.html [2] http://javadoc.jenkins-ci.org/hudson/tasks/Builder.html On 14 January 2014 00:44, Vicki Kozel <[email protected]> wrote: > Hello, > I need to create a plugin that executes calls to a program written in a > language other than java, ruby or groovy. I was thinking about making calls > to this program from inside Jenkins plugin through java's > > Runtime().exec command. I am not sure if this is the best practice for > implementing this sort of calls. > > Any advice will be greatly appreciated. > > Thank you, > Vicki > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. -- Human by day user by night -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
