TeamCity
TeamCity is a build management and continuous integration server available since 2006. Some notable features include:
- Gated commits (prevents developers from breaking sources in a version control system by running the build remotely for local changes prior to commit)
- Build Grid. Allows running multiple builds and tests under different platforms and environments simultaneously
- Integrated code coverage, inspections and duplicates search
- Integration with IDEs: Eclipse, IntelliJ IDEA, Visual Studio
- Integration with Artifactory [1]
- Platforms supported: Java, .NET and Ruby
- Security: CSRF Protection[2][3] since TeamCity 2017.1[4]
TeamCity components include TeamCity Server and TeamCity agents[5].
- Logs:
/opt/teamcity/logs
cat /opt/teamcity/logs/teamcity-server.log | grep -v " INFO "
TeamCity Agents
TeamCity Agent configuration parameters[6]:
serverUrl=http://localhost:8111/ name=Default agent workDir=../work tempDir=../temp systemDir=../system authorizationToken=1234567890abcdefghijklml
Activities
- Read StackOverflow questions about TeamCity: https://stackoverflow.com/questions/tagged/teamcity?tab=Votes
- Review TeamCity Release Notes: https://blog.jetbrains.com/teamcity/category/release/
- TeamCity 2019.1 https://blog.jetbrains.com/teamcity/2019/05/teamcity-2019-1/
- /Install Teamcity-Server/ using Docker
- Learn about TeamCity Agents and how to configure them.
- Learn differences between TeamCity Agents and Gitlab runners
See also
Advertising: