I am currently setting up Jenkins to work with SVN repository. Currently it works fine for the trunk. Now I want to set up Jenkins to take care of newly created branches. I don\
The Subversion plugin should include a drop-down build parameter option. You can include your base repository and then select either the branches, tags, or trunk.
Check this out: How to configure a single Jenkins job to make the release process from trunk or branches?
And more info here: https://issues.jenkins-ci.org/browse/JENKINS-10678