How to configure Jenkins to build all branches when the main branch has the highest priority?
My first idea was to create two jobs with one configured to build all the branches, and the other just build a wizard, and then use the job priority plugin to set up the wizard forward.
This does not work, since all branches explicitly build all branches, including master.
ruby ruby-on-rails continuous-integration hudson jenkins
maletor
source share