ikedam commented on Bug JENKINS-24622

I succeeded to reproduce the problem.

Manage Jenkins > Script Console

  • With parameterized-trigger-2.16:
    Jenkins.instance.getItem("Job-B").upstreamProjects
    Result: [hudson.model.FreeStyleProject@76712b2f[Job-A]]
    
  • With parameterized-trigger-2.17:
    Jenkins.instance.getItem("Job-B").upstreamProjects
    Result: []
    


It looks that DependencyGraph which notifies Jenkins project dependency is removed from TriggerBuilder since 2.17.
https://github.com/jenkinsci/parameterized-trigger-plugin/commit/e2e678807107e579c4af42d912d3c62a0564abb0
https://github.com/jenkinsci/parameterized-trigger-plugin/pull/19

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

Reply via email to