Gradle Plugin: Add Support For Downstream Dependencies

XMLWordPrintable

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Major
    • Component/s: 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.

            Assignee:
            Jesus Zazueta
            Reporter:
            ASD
            Votes:
            3 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated: