I would prefer not to use an extension point at this time. I want to prototype something up and having to learn to how to write an extension point, might just take too much time up, especially given AFAIK documentation being pretty sparse on the topic.
On Monday, 17 June 2013 10:00:39 UTC+1, Nicolas De loof wrote: > > Even you find some way to get this to work I wouldn't recommend. > build-flow DSL is for sure implemented in groovy, but this is an > orchestration DSL, for this use case use the extension point with a > dedicated plugin to contribute such features > > > 2013/6/17 Schalk Cronjé <[email protected] <javascript:>> > >> Has anyone managed to get @Grab annotation to work inside Build Flow >> plugin? Or is this simply not possible to due to classloader issues? >> >> My idea was to use the RESTBuilder inside Groovy's http-builder to query >> arbitrary builds in on Jenkins for information in order to pass parameters >> to builds in the build flow itself. Currently using @Grab to pull >> http-builder down will fail. >> >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- 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.
