• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • maven-plugin
    • None

      Hello,
      I'm fairly new to Jenkins and SCM related fields and I've been having trouble with an assigned issue.

      While monitoring SCM (specifically svn in Jenkins), I'm being tasked with stopping downstream targets from building under the following scenario.
      You have targets A, B, and C. A depends on B depends on C.
      C receives a update via SCM and goes off and builds. (Which is good)
      B goes off and builds since it depends on C and C has changed. (Also good)
      A goes off and builds since B went off and built because of C. (In question step).

      Currently there are several more targets than A, B, and C. It is being considered ideal to stop the entire build from going off.

      Is there a existing plugin/feature/method to prevent A from building if nothing in B has changed? If the chance in C breaks B, A wouldn't build and if B still builds after C has built then A should be fine.

          [JENKINS-23452] Prevent downstream targets from building

          There are no comments yet on this issue.

            Unassigned Unassigned
            sharkins Sean Harkins
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: