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]> > 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]. > 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.
