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

When checkout depth is "files", changes in un checked out files deeper in the tree still trigger a build

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • subversion-plugin
    • None

      A build step needs to monitor a repository for changes at root level only (depth=files).
      Contrary to what is expected, the svn plugin does not distinguish modifications to files deeper in the tree from local changes at depth=files, and a build is triggered for every change in the entire repository (almost every poll, as this is a large project with many teams)

      The expected behaviour could be achieved by parsing the output of "svn status --show-updates --depth=files", excluding the entry for "."

      (I realize that polling might be running from the master, where no workspace is available and it could be not easy to implement this kind of action...)

          [JENKINS-18617] When checkout depth is "files", changes in un checked out files deeper in the tree still trigger a build

          There are no comments yet on this issue.

            Unassigned Unassigned
            timor_raiman Timor Raiman
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: