I think you'd have to use the system groovy build step to do this, but it should be possible there.
A. On Tue, Mar 20, 2012 at 10:08 AM, Nicky Ramone <[email protected]> wrote: > Hi. > > Is it possible to obtain the upstream build objects in a groovy script > executed by the Groovy Plugin? > You can do this in the Groovy Post Build Plugin with: > manager.build.getUpstreamBuilds() > > Is there a similar way of doing it? > > Thanks > Regards. >
