Great! Thanks a lot, Jesse. Just to be accurate, maybe someone will find it useful one day, I used the AbstractBuild instance passed to the overridden "perform" method to call build.getProject(), that's because getProject() is a non static method in AbstractBuild.
On Monday, November 18, 2013 6:42:23 PM UTC+2, Jesse Glick wrote: > > On Mon, Nov 18, 2013 at 11:36 AM, Gabi Karasin > <[email protected]<javascript:>> > wrote: > > I extend Builder and I would also > > like to get the project/job I'm in in > > Try AbstractBuild.getProject(). > -- 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.
