build - Multiple Branch Building in Jenkins with SVN -


i have set project has multiple active branches in jenkins .the source repository svn .what best stratergy building different branches in jenkins svn ,should create job every branch or there way build every branch in 1 job.

yes, creating job every branch seems way people now, see e.g. http://zeroturnaround.com/rebellabs/continuous-integration-and-feature-branches/#!/ , links under material used.

it seems common thing have sort of script create jobs either using api or modifiyng directly in config.xml's on filesystem.


Comments