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

Copy Folder with upstream projects does not change the upstream folder of the copied projects

XMLWordPrintable

      When copying a folder that contains project with downstream/upstream projects, the upstream project points to the old folder.

      How to reproduce:

      1. Create new Folder -> "myfolder"
      2. Create new freestyle project -> "project1"
      3. Create new freestyle project -> "project2"
      4. project2 -> Build after other projects are built -> Projects to watch -> myfolder/project1
      5. Copy myfolder -> otherfolder

      Actual results:
      "otherfolder/project2" upstream project is "myfolder/project1"

      Expected results:
      "otherfolder/project2" upstream project should be "otherfolder/project1"

      ==========================
      Jenkins: Version: 2.32.1
      OS: Ubuntu 14.04.5 LTS
      JDK: 1.7.0_101

            Unassigned Unassigned
            eben Eyal B
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: