Code is on my fork of repo plugin: https://github.com/jenkinsci/repo-plugin/tree/recovery
Ok, if mkdirs first is the way to go then everything is fine, this is already the solution I found. Thanks, -- Francois On Tuesday, December 22, 2015 at 4:08:12 PM UTC+1, Jesse Glick wrote: > > If doing something with a `FilePath` that requires it to exist as a > directory, call `mkdirs` first. Merely allocating a workspace does not > force the directory to be created. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/83f5462b-3b93-438f-b2d3-54e1dc911783%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
