Git "TeamCity build failed" redirect to a different repository in teamcity
Answered
I have repository named X, which have a build configuration in teamcity.
Looking at a pull request in this repository, i get a message of this sort:
repository_name_x - merge — TeamCity build failed
with a link to "details"
the link URL ends with:
buildId=*number*&buildTypeId=MyBuildForRepositoryX
But when i press this link, it redirects me to a different build configuration, for an entirely different git repository.
Can anyone explain this?
thanks!
Please sign in to leave a comment.
Hi Tamir,
Please check the ID of the build configuration to which you get directed by the link. Is the id of that build configuration the same as the ID in the link?
Do you see such behaviour only with that one build configuration?
Do you get that link in an email message?
If you are using a custom email notification template, see if the issue is coming from an incorrect template.
-Anatoly