简体   繁体   中英

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)
Our project's code will be checkout from two different svn servers. The servers have different username/password.
When I configure the first svn server with correct username/password, and it works. But when I configure the second svn server with correct username/password, it always gave me the warning information. Jenkins told me that it can not access the svn server.
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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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