How to run `svn log` from Jenkins while protecting credentials?

1k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

Seems like it's a Jenkins bug http://issues.jenkins-ci.org/browse/JENKINS-3338