SVN command line in jenkins fails due to server certificate mismatch

前端 未结 8 1287
长情又很酷
长情又很酷 2021-02-07 12:53

When I run the svn command line from the Jenkins shell I get this error:

 D:\\Jenkins\\jobs\\Merge Trunk to Stable\\workspace\\stable>svn up --trust-server-ce         


        
8条回答
  •  面向向阳花
    2021-02-07 13:02

    This may seem like a horrible answer but after exhausting the other ones, which didn't work for me due to other issues, I choose to go the route of changing the SVN server to not use SSL.

    This was only an option because I just setup this server and it's on a totally internal network, but it did eliminate the issue entirely. And I ran out of other options and time.

    I also only suggest this incase someone doesn't realize it is even an option. Using SSL would make me feel much better regardless of the server exposure.

提交回复
热议问题