Is there any way to make build failure notification clearer? We’ve recently switched from building all the branches to building PRs only, and build failure notifications suddenly became cryptic.
Before:
[TeamCity, FAILED] Build Builds / Core [niko/do-this-and-that] #1234
After:
[TeamCity, FAILED] Build Builds / Core [pull/666] #2345
Due to branch names being (usually) descriptive, I could decide on whether it’s of my concern or not (e.g., somebody has merged my changes into their own pre-broken branch). Now I have to either remember my PR numbers, scan through list of changes or open the PR link, neither of which is a good option.