Hi, I was looking for a plugin for jenkins to deploy some artifacts on a SVN repository after the job is done! So, after some search I had found the SVN Publisher https://wiki.jenkins-ci.org/display/JENKINS/SVN+Publisher. However I could not configure it to work properly and after some reading in comments and discussion groups the plugin is abandoned and has security problems like store plain passwords. Then, I decided to write my own plugin to full fill my needs, et voilá, SVN Deployer <https://www.bitbucket.org/ruitravassos/svn-deployer>
Since I wrote this to my immediate needs, this is a beta version. I'll update git page with more info and instructions and do some more devs! With my plugin you can add a post-build step and define one SVN repository. It uses the credentials interface of jenkins to setup the login in the. You can add several files(artifacts) to commit to the repository and define the destination path in the repository. To select the files you can use the file name or a file pattern (java regex) and commit multiple files. If the paths doesn't exists they are created. Can you please create a jenkins repository with the name svn-deployer or other name you found more suitable. My username is travassos. I used bitbucket (username: ruitravassos) but I also have a github account (username: sosimple) Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
