Jenkins Custom Workspace Is Empty
I'm looking at trying to set up Jenkins to move from TeamCity. I'm trying to configure my Jenkins project to use a Custom Workspace.
When I set the workspace I get an error on the form: "Custom workspace is empty".
I did G开发者_开发技巧oogle for a solution but no success.
Does any one know what the error means? And how to solve it?
From what I've seen in the past, this is a benign error indicating that the directory doesn't exist. When the job first runs, the directory will be created - and the error will no longer appear. If you don't want the error to appear at all, create the directory before you create the job.
精彩评论