TeamCity 3.0 agents do not work with non-default URLs?
I am trying to set up a TeamCity 3.0 agent with a TeamCity instance that is running at the url:
https://server:8443/teamCity
This is what I have in my buildAgent.properties file. However, when the agent starts, it attempts to download the upgrade from http://server:8443/updates/buildAgent.zip, fails, and is unusable. It should be looking at https://server:8443/teamCity/updates/buildAgent.zip.
It seems like TeamCity 3.0 agents only support TeamCity installations running as the root webapp over plain HTTP. How can I get the agents to look at the correct URL for downloading their updates?
Message was edited by:
Alex Valys
Message was edited by:
Alex Valys
Message was edited by:
Alex Valys
Please sign in to leave a comment.
Alex,
Please try to add ending / at the end of the URL. I hope this will help.
Anyway, this is serious bug in TC, I'd appreciate if you fill it at
http://www.jetbrains.net/jira/browse/TW
Kind regards,
KIR