Thanks! That worked for exactly what I wanted.
On Thursday, August 11, 2016 at 11:52:35 AM UTC-4, Cuong Tran wrote:
>
> Try getFullName()
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emai
Try getFullName()
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https:
Hi,
I am using a groovy script to walk through all jobs, and find the
multibranch jobs in a github project. I want to get the full path name to
the job, and I'm having problems figuring out what property to pull, even
though I can see that the object knows its full path.
Here's what I mean -