Re: [EXTERNAL] - Re: Getting Current Build in Groovy

2017-11-06 Thread Neel Desai
That's my question. I know that only "Execute System Groovy script" can run on master and get this property but I want to get it from worker node. From worker node I want to get current jenkins instance. On Monday, November 6, 2017 at 4:38:10 AM UTC-6, Dirk Heinrichs wrote: > > Am 03.11.2017 u

Re: [EXTERNAL] - Re: Getting Current Build in Groovy

2017-11-06 Thread Dirk Heinrichs
Am 03.11.2017 um 15:37 schrieb Lee Meador: > I'm a little fuzzy on all the ins and outs of it but I believe that > line of groovy code above always runs on the master anyway. Where Groovy code runs depends on the type of build step. A "System Groovy Script" step always runs on the master, regardl