Re: How to retrive all triggered jobs information using Jenkins API

2014-05-09 Thread Yang Li
I also noticed there was a 'getBuildTriggerUpstreamProject<http://javadoc.jenkins-ci.org/hudson/model/AbstractProject.html#getBuildTriggerUpstreamProjects%28%29>()' API, but it's not suit my usecase either. Any help is greatly appreciated! Yang Li於 2014年5月8日星期四UTC-7

How to retrive all triggered jobs information using Jenkins API

2014-05-08 Thread Yang Li
Hi, After we applied the Jenkins upgrade from v1.480 to v1.532.3, I found the concept of Jenkins Groovy API ‘getDownstreamProject()’ defined in AbstractProject