Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-27527

Jenkins API: Set upstream and downstream projects

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core

      Set a projects upstream or downstream projects with Jenkins API.

      AbstractProject.addUpstreamProject(AbstractProject)
      AbstractProject.setUpstreamProjects(List<AbstractProject>)

      AbstractProject.addDownstreamProject(AbstractProject)
      AbstractProject.setDownstreamProjects(List<AbstractProject>)

      Setting upstream projects is not possible without creating a build trigger.

            Unassigned Unassigned
            djviking Sverre Moe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: