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

Gradle Plugin: Add Support For Downstream Dependencies

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • gradle-plugin
    • None

      The Jenkins gradle plugin does not automatically trigger builds of downstream dependencies.

      For example. Say we have projects a, b, and c where c depends on b and b depends on a.

      If I build a, the gradle plugin should automatically build project b, and then automatically build project c.

      This information could be gleaned through the generation of a dependency graph using the dependencies section of each build.xml.

      Of course these dependencies can be configured in Jenkins manually, but that adds a lot of manual intervention for something that should be automatic.

            jjzazuet Jesus Zazueta
            asd ASD
            Votes:
            3 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated: