TeamCity on Ubuntu + python/django
Hi all,
I have managet to get TS up and running on Ubuntu, the only problem is that I can't see any available build agents.
I need to set up a project for a bunch of django (essentially python) tests, but somehow I am a bit lost and not sure where to start.
Do I need to install a specific build agent?
Thanks!
Please sign in to leave a comment.
Hello,
If you started TC using runAll.sh script, one build agent should be available out of the box.
If this is not the case, please take a look at TeamCity/buildAgent/logs/teamcity-agent.log file.
If you setup TC from a war file, build agents should be installed explicitly, from Agents page.
Please also consult documentation on how to setup build agents.
Hope this helps,
KIR
Thanks for that, I managed to get build agent to run django's "manage.py test", so now I need to pass information on passed/failed test cases from script's output to TeamCity. Is there a special convention for the format of those messages?
Thanks!
Hello,
Please read this docs, there are details on how to report TeamCity messages.
You may be also interested in this plugin.
HTH,
KIR