TeamCity Plugin shows only loading...
I installed TeamCity 5.0.1 on my machine. When accessing it (via http://localhost:8111) from Rubymine with the TeamCity-Plugin it always shows "loading...", each time you update, a new line with "loading..." gets added (see attached screenshot). Any clue, why it does not show the correct values?
TeamCity itself is working fine when accessed through the web frontend.
Thanks in advance,
Matthias
OS: MacOS X (10.6.2)
RubyMine 2.0 (RM#91.15)
JDK 1.6.0_17
VCS: Git
Attachment(s):
teamcity_plugin.png
请先登录再写评论。
The issue was, that I was logging in from RubyMine as admin and I was committing changes to the git repository with a different username. Now I created a TeamCity user that matches the git committer name and it's working.