简体   繁体   English

如何在jenkins源代码中使用SVN checkout目录

[英]How to use the SVN checkout directory in jenkins Source Code

I've the SVN main client at one server like XX.XXX.XX.12 and i've checkout the SVN on XX.XXX.XX.13 and i've installed the Jenkins on XX.XXX.XX.13. 我在XX.XXX.XX.12这样的一台服务器上安装了SVN主客户端,并且在XX.XXX.XX.13上签出了SVN,并在XX.XXX.XX.13上安装了Jenkins。

Now i want to use the Subversion local checkout location in Source Code Management as XX.XXX.XX.13 [file:///C:/SVN]. 现在我想在源代码管理中使用Subversion本地结帐位置作为XX.XXX.XX.13 [file:/// C:/ SVN]。

If i use the local checkout location I'm getting the error as "Unable to access to repository" in Jenkins. 如果我使用本地结帐位置,则会在Jenkins中收到错误消息“无法访问存储库”。

How can i use the local checkout location ? 我如何使用本地结帐位置?

You specify an invalid URL to the repository. 您为存储库指定了无效的URL。 Double-check the URL, the URL must lead to SVN repository, not a collection or repositories or a working copy. 仔细检查URL,该URL必须指向SVN存储库,而不是集合或存储库或工作副本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM