Right! So what do I do!? :-( On Fri, Apr 22, 2016 at 9:49 AM, Andrew Bayer <[email protected]> wrote:
> fwiw, @Grab won't work from the Jenkins script console. > > A. > > On Fri, Apr 22, 2016 at 3:48 PM, Robert Stagner <[email protected]> > wrote: > >> I believe this is what you want >> >> @Grab(group='org.codehaus.groovy.modules.http-builder', >> module='http-builder', version='0.7.1') >> >> version = 0.7.1 >> >> I do not think there is a 0.7.2 version >> >> On Fri, Apr 22, 2016 at 6:46 AM Guy Matz <[email protected]> wrote: >> >>> Sorry. Wrong mailing list >>> >>> On Fri, Apr 22, 2016 at 9:45 AM, Guy Matz <[email protected]> wrote: >>> >>>> Anyone know how to get this - or an equivalent - to work in jenkins >>>> script console? >>>> >>>> @Grab(group='org.codehaus.groovy.modules.http-builder', >>>> module='http-builder', version='0.7.2') >>>> import groovyx.net.http.* >>>> >>>> Thanks! >>>> >>> >>> >
