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

Mkdirs fails on Windows slave

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core
    • None
    • Jenkins 1.486

      I get regularly - but not always - the following error when the build starts extracting files from subversion (note the workspace does not exist at this stage on the slave):

      Building remotely on slave in workspace d:\jenkins-slave\workspace\buildjob
      java.io.IOException: Failed to mkdirs: d:\jenkins-slave\workspace\buildjob
      	at hudson.FilePath.mkdirs(FilePath.java:973)
      	at hudson.model.AbstractProject.checkout(AbstractProject.java:1306)
      	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:679)
      	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
      	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:584)
      	at hudson.model.Run.execute(Run.java:1516)
      	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:236)
      

      I could not find any additional detail regarding this error.

            Unassigned Unassigned
            ochedru Olivier Chédru
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: