commit-status-publisher
commit-status-publisher copied to clipboard
Fix ref/pull/###/merge at same position as source
Had an issue where the head of the merge/pull request was at the same location as the source so the status was posted to the previous iteration.
A little more research found that the reason why this happens is not because the ref/pull/##/merge is the same as the source branch but due to TC VCS root not using the merge commit as the latest change and using the last "real" commit as the revision.
This is on the 2018.2 version of TC