I'm generating StatSvn reports with Jenkins, and it requires the svn log
. While Jenkins protects my SVN credentials from being saved as plain text, I could only make it securely checkout my repository, not generate the log. To svn log
I must type my credentials in the batch command leaving them unprotected.
How to protect them?
Seems like it's a Jenkins bug http://issues.jenkins-ci.org/browse/JENKINS-3338