This would be a very useful feature (I’m suddenly very interested in Bamboo), and I’d be very happy to test it and probably contribute occasional fixes if anyone decides to pursue it.
-- Todd From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gustavo Leite de Mendonça Chaves Sent: Friday, April 27, 2012 12:07 PM To: jenkinsci-users@googlegroups.com Subject: Making Feature Branches Effective with Continuous Integration This is the title of an Atlassian Blog Post<http://blogs.atlassian.com/2012/04/bamboofeature-branch-continuous-integration-hg-git/> which tells about a new feature in Bamboo 4 called Plan Branches. The idea (as I understood it from the post, since I don't use Bamboo myself) is that after you have configured a job for a project and pointed it to the SCM master/trunk, you can then automatically create derived jobs which share almost every configuration with the master's job but which fetch the source from a specific branch. You can even enable "automatic branch detection" so that these derived jobs are created automatically when Bamboo detects that a new branch has been created. Does anyone knows anything like that for Jenkins? I'd love to be able to use it. Gustavo.