How do I configure Jenkins to build all branches while giving the master branch the highest priority?
My first idea was to create two jobs with one configured to build all branches and the other to just build master, then using the job priority plugin to configure master ahead.
This doesn't work since all branches obviously builds all branches including master.