Jenkins 自定义工作区为空
我正在考虑尝试将 Jenkins 设置为从 TeamCity 迁移。我正在尝试配置我的 Jenkins 项目以使用自定义工作区。
当我设置工作区时,我在表单上收到错误:“自定义工作区为空”。
我用谷歌寻找解决方案,但没有成功。
有谁知道这个错误意味着什么?以及如何解决呢?
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 Google for a solution but no success.
Does any one know what the error means? And how to solve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据我过去的观察,这是一个良性错误,表明该目录不存在。当作业首次运行时,将创建该目录 - 并且错误将不再出现。如果您根本不希望出现错误,请在创建作业之前创建目录。
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.