Command output: 'svn' is not recognized as an internal or external command, operable program or batch file

[INFO] [release:prepare {execution: default-cli}]

[JENKINS] Unable to check for local modifications Provider message:

[INFO] ------------------------------------------------------------------------

[ERROR] The svn command failed.

[INFO] ------------------------------------------------------------------------

[INFO] Command output: 'svn' is not recognized as an internal or external command, operable program or batch file.

 

.

 

The normal build process is using pure java svn client, the release plugin needs an installed native svn client.

During release maven is using svn command in order to verify if there are local modifications before starting the release. If the 'svn' is not installed and added correctly to the PATH that is used by Hudson, you will get this error message.

Solution: Check the PATH of the machine where the release is being executed. Try to execute 'svn' in order to verify that it is properly installed.

 
Post a Reply
Captcha Image