Most likely there is a permission problem on that directory on that agent. The user account running the Jenkins agent does not have permission to write to that directory. Check the permissions and make corrections as needed.
Mark Waite On Tue, Jun 13, 2017 at 6:17 AM Sanjay Sharma <[email protected]> wrote: > Hi All, > > Can anyone please look into this why I am getting this issue in console > output > > Started by user admin > Building in workspace /Users/amit/Documents/workspace/bt.ios.com > java.io.IOException: Failed to mkdirs: /Users/amit/Documents/workspace/ > bt.ios.com > at hudson.FilePath.mkdirs(FilePath.java:1169) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1279) > at > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604) > at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) > at hudson.model.Run.execute(Run.java:1728) > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544) > at hudson.model.ResourceController.execute(ResourceController.java:98) > at hudson.model.Executor.run(Executor.java:405) > Finished: FAILURE > > > Thanks, > Sanjay > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/c75987b7-b1c7-4fd7-bc71-49cb837e48cf%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/c75987b7-b1c7-4fd7-bc71-49cb837e48cf%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtGPJRAuxJSA4%2Bx21ik6%2B8Kb2-orrv6pWqGtVrY0H73K_w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
