Alternative build chooser

An alternative build chooser plugin for the Jenkins git plugin.

This plugin provides an alternative way for the Git Plugin to select a branch to build. Instead of building all specified branches, the list of branches is treated as a priority list: if the first specified branch exists, it will be built; otherwise, if the second specified branch exists, it will be built, and so on.


Change Log

Version 1.1 (Oct 21, 2013)
  • (error) Support variable expansion in branch specifiers (JENKINS-19239)
Version 1.0 (Jun 28, 2013)
  • Initial release.