SVN command line in jenkins fails due to server certificate mismatch

前端 未结 8 1282
长情又很酷
长情又很酷 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:04

    echo p | svn commands

    Worked great in Jenkins windows batch command prompt. Doing this once will permanently accept the certificate for the Jenkins user in the Build box.

提交回复
热议问题