1

I want to commit my compiled files to SVN after a successful build in Jenkins. What is the best way to do that?

Gilad Baruchian
  • 930
  • 3
  • 14
  • 30
  • Did you have a look to this question? http://stackoverflow.com/questions/28105070/commit-file-from-jenkins-workspace-to-svn/28110156#28110156 – Bruno Lavit Apr 27 '15 at 12:36

1 Answers1

1

Try the SVN Publisher Plugin for Jenkins.

jwernerny
  • 6,978
  • 2
  • 31
  • 32