Change By: Kevin Wojniak (17/Dec/14 7:18 PM)
Description: If the Configuration Matrix's Name field is empty, the build will immediately fail with:

{code}
java.io.IOException: Failed to mkdirs: /ubuntu-x86_64
at hudson.FilePath.mkdirs(FilePath.java:1154)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1258)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
{code}

The line right before makes it seem like it's trying to build in the root directory (probably creating an invalid path somehow):

{code}
Building remotely on ubuntu-x86_64 (linux) in workspace /ubuntu-x86_64
{code}

When I set the Name to "slaves" (why do I need to set a name anyways?), the line will be:

{code}
Building remotely on ubuntu-x86_64 (linux) in workspace /home/jenkins/workspace/myproject/slaves/ubuntu-x86_64
{code}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to