I have a TeamCity continuous build process setup for a personal GitHub project which works well. However, in TeamCity I want to see a list of commits under My changes.

Under VCS Username Settings I have set the username as "benpowell" to match my Github account and as you can see all commits are logged under that name. However, none of the commits are logged under "My Changes".

Any ideas why?

link|improve this question

71% accept rate
feedback

2 Answers

With GitHub you need to add the email address used in the commits to your GitHub account for it to see them as your commits.

link|improve this answer
This was helpful in that it gave me an idea of where to look, but it was not correct. – Junto Feb 16 at 12:47
feedback

To find the correct VCS username open up TeamCity and view your build. Under Recent History you'll see a column that is called Changes, which links to the commit/push that triggered the build (if you have continuous integration setup).

The username is shown there as seen below in the screenshot:

Notably, the username does appear to be linked to my email address. It is the username part of my Gmail address. I'm assuming Github extracted that, because I wouldn't have chosen that username personally.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.