Hi, After we applied the Jenkins upgrade from v1.480 to v1.532.3, I found the concept of Jenkins Groovy API ‘getDownstreamProject()<http://javadoc.jenkins-ci.org/hudson/model/AbstractProject.html#getDownstreamProjects%28%29>’ defined in AbstractProject <http://javadoc.jenkins-ci.org/hudson/model/AbstractProject.html>class has been changed. In v1.480, all the post-build jobs and triggered jobs(using build trigger plugin) are treated as downstream job and will be retrieved by the API. However, in v1.532.1, only jobs triggered as post-build step is treated as downstream job. I want to know what's the proper API to use in order to get the triggered jobs information?
Thanks, Yang(Bruce) -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
