SVN command line in jenkins fails due to server certificate mismatch

前端 未结 8 1152
长情又很酷
长情又很酷 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-07 13:11

    Perhaps, the certificate is issued to a different hostname (not xxx, but something like xxx.yourcompany.com). If yes, then do a clean checkout with this hostname.

提交回复
热议问题