Jenkins cannot access to SVN (https://)

后端 未结 3 1583
孤独总比滥情好
孤独总比滥情好 2021-02-14 07:08

I created Jenkins project that have files on SVN (https://repo.xxx.xxx/svn/priv/projectname; certificate is self-signed). My problem is that Jenkins have empty workspace for thi

3条回答
  •  闹比i
    闹比i (楼主)
    2021-02-14 07:51

    The solution is pretty easy. I connected to SVN repo from my computer (in command line) as user jenkins. I accepted all certificates permanently (p). This created directory ~/.subversion. I copied this directory to server (wget). And from now everything works just fine.

提交回复
热议问题