Re: Groovy script the extra job name with path

2017-10-16 Thread Devin Nusbaum
I think the method you want is Item#getFullName. > On Oct 16, 2017, at 12:29 PM, Jeeva Chelladhurai wrote: > > Hello All, > > I have a small groovy script that can iterate thru the jobs and folders, and > print the details as listed shown below > >

Groovy script the extra job name with path

2017-10-16 Thread Jeeva Chelladhurai
Hello All, I have a small groovy script that can iterate thru the jobs and folders, and print the details as listed shown below hudson.model.FreeStyleProject@3a0ddf4f[*Project/SubProject/Service*] However I would like to just extract *Project/SubProject/Service, *what is the right getter