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

Bogus permalinks created when using external builds directory

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • None

      If you set the external builds directory for Jenkins to e.g. /tmp/builds/${ITEM_FULL_NAME} and build some job, you will get a symlink /tmp/builds/lastStable pointing to builds/2013-... which does not exist. The symlink should be created in the job's root directory, as it would be if the builds dir were not set (except with an absolute target path in this case).

          [JENKINS-17137] Bogus permalinks created when using external builds directory

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          core/src/main/java/hudson/model/AbstractBuild.java
          test/src/test/java/hudson/model/AbstractProjectTest.java
          http://jenkins-ci.org/commit/jenkins/b90b20227e7e2497856404a1ca4e771e282504ff
          Log:
          [FIXED JENKINS-17137] Bogus permalinks created when using external builds directory.

          Compare: https://github.com/jenkinsci/jenkins/compare/400fa878e66c...b90b20227e7e


          You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
          To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com.
          For more options, visit https://groups.google.com/groups/opt_out.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html core/src/main/java/hudson/model/AbstractBuild.java test/src/test/java/hudson/model/AbstractProjectTest.java http://jenkins-ci.org/commit/jenkins/b90b20227e7e2497856404a1ca4e771e282504ff Log: [FIXED JENKINS-17137] Bogus permalinks created when using external builds directory. Compare: https://github.com/jenkinsci/jenkins/compare/400fa878e66c...b90b20227e7e – You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out .

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2357
          [FIXED JENKINS-17137] Bogus permalinks created when using external builds directory. (Revision b90b20227e7e2497856404a1ca4e771e282504ff)

          Result = SUCCESS
          Jesse Glick : b90b20227e7e2497856404a1ca4e771e282504ff
          Files :

          • core/src/main/java/hudson/model/AbstractBuild.java
          • changelog.html
          • test/src/test/java/hudson/model/AbstractProjectTest.java

          dogfood added a comment - Integrated in jenkins_main_trunk #2357 [FIXED JENKINS-17137] Bogus permalinks created when using external builds directory. (Revision b90b20227e7e2497856404a1ca4e771e282504ff) Result = SUCCESS Jesse Glick : b90b20227e7e2497856404a1ca4e771e282504ff Files : core/src/main/java/hudson/model/AbstractBuild.java changelog.html test/src/test/java/hudson/model/AbstractProjectTest.java

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: