I have a Jenkins v1.553, Subversion Plugin v2.4 and M2 Release Plugin 0.14 installed.
My problem is that m2 try to execute svn from PATH not from Subversion Plugin. The result is :
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:prepare (default-cli) on project test: Unable to check for local modifications
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] /bin/sh: svn: command not found
Is there an option somewhere to specify using Subversion plugin ?
Thanks