+1. I found this post after scouring Google for an answer to this question.
I keep getting info about emails bouncing because it's trying to deliver
build failure emails to users who no longer exist. I can't delete the user
through the interface and the user still has commits in branches that ar
We're using the Github webook and the "Build when a change is pushed to
GitHub" for our build.
The build is currently parametrized and takes a "Branch" String param which
I substitue into the "Branches to build" field with ${Branch}. The default
for the value is the name of our stable branch.