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

Creation of build symlinks fails ("ln failed")

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None
    • Platform: All, OS: All

      r20948 introduced 2 problems:

      1) Old symlinks are no longer removed.. the "if exists" check that was added
      does not account for the baseDir, so it always thinks the symlink does not
      exist. Creation of the symlink then fails because of the conflict with existing
      link. (this applies to overwrite of "latestStable", "latestSuccessful" links, etc.)

      2) Creation of symlinks via PosixAPI does not work because it does not account
      for the baseDir.

            mindless Alan Harder
            mindless Alan Harder
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: