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

custom workspace on subst directory fails with IOException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Critical Critical
    • core
    • None
    • Windows Server 2003 SP2, Jenkins v1.415, JDK v1.6.0_26

      1) have a drive substitution in place like "subst d: e:\d"

      2) use custom workspace in job configuration and set it to "d:\myjob" (Note: d:\myjob exists and is accessible for cmd and explorer)

      However, the job throws an IOException:
      Started by user test
      java.io.IOException: Failed to mkdirs: d:\myjob
      at hudson.FilePath.mkdirs(FilePath.java:817)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1179)
      at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:536)
      at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424)
      at hudson.model.Run.run(Run.java:1375)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:145)
      Notifying upstream projects of job completion
      Finished: FAILURE

            Unassigned Unassigned
            robsimon robsimon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: