Jenkins Hudson报错:svn: E155036: Please see the 'svn upgrade' command

The svn command failed. Command output: svn: E155036: Please see the 'svn upgrade' command

 

原因:
当Jenkins使用scm的svn插件时,Jenkins支持的SVN版本与机器上安装的SVN版本不匹配导致的

 

解决方法:

查看当前Jenkins使用的SVN版本,然后卸载机器上原来的SVN版本,安装对应的版本,SVN安装后需要重启机器。

查看Jenkins支持的最高版本在这里查看:http://主机名:8080/configure,查看

Subversion Workspace Version

你可能感兴趣的:(Jenkins)