简体   繁体   English

在詹金斯(Jenkins)的工作中,我想从不同的svn服务器签出两个仓库,但失败了

[英]In a jenkins job, I want to checkout two repo from different svn server, but failed

all, I created a jenkins job to build a module.(It's maven module) 总之,我创建了一个詹金斯工作来构建模块。(这是maven模块)
Our project's code will be checkout from two different svn servers. 我们项目的代码将是从两个不同的svn服务器中检出的。 The servers have different username/password. 服务器具有不同的用户名/密码。
When I configure the first svn server with correct username/password, and it works. 当我用正确的用户名/密码配置第一个svn服务器时,它可以工作。 But when I configure the second svn server with correct username/password, it always gave me the warning information. 但是,当我用正确的用户名/密码配置第二台svn服务器时,它总是会给我警告信息。 Jenkins told me that it can not access the svn server. 詹金斯告诉我,它无法访问svn服务器。
Can you help me ? 你能帮助我吗 ?
Thanks 谢谢
Steven 史蒂芬
在此处输入图片说明

You clicked "Enter Credentials" link and entered the second set of credentials, right? 您单击了“输入凭据”链接,然后输入了第二组凭据,对吗?

Just change your input cursor focus. 只需更改您的输入光标焦点即可。 The red error message is generated when you focus away from the field. 当您将焦点移离该字段时,将生成红色错误消息。 It will also be cleared when you focus away from the field. 当您将焦点移到野外时,也会清除它。 Click on any other editable field, and it should go away, then click Save. 单击任何其他可编辑字段,该字段将消失,然后单击“保存”。

If you still have issues, reply back here 如果仍有问题,请在这里回覆

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

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