I have a job setup that monitors one of our Git repositories and builds every branch as it sees new code come in. This works great and has been running with no problems.
What I need now though is a way to force a build of a specific branch when I use the manual "Build Now" button on the job. I need this because we want to use this to start a parameterized build that will push to our production servers when the build completes. Is there any way to manually specify the branch for a Git build job to build? -Allen