Jenkins with Subversion
问题 /bin/sh: svn: command not found Caused by: org.apache.maven.plugin.MojoFailureException: Unable to check for local modifications Provider message: The svn command failed. Jenkins could not find Subversion even though the "Subversion Plugin" is already installed. 回答1: The reason for this error is that you have to define explicitly in the pom.xml that the maven-release-plugin should use svnkit. Here's how: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven