Difference between revisions of "TeamCity"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 9: Line 9:
 
* Security: CSRF Protection<ref>https://confluence.jetbrains.com/display/TCD10/CSRF+Protection</ref><ref>https://www.jetbrains.com/help/teamcity/csrf-protection.html#CSRFProtection-Implicationsforreverseproxyconfiguration</ref> since TeamCity 2017.1<ref>https://youtrack.jetbrains.com/issue/TW-17762?_ga=2.178603620.1164999772.1572507804-295739152.1570016763</ref>
 
* Security: CSRF Protection<ref>https://confluence.jetbrains.com/display/TCD10/CSRF+Protection</ref><ref>https://www.jetbrains.com/help/teamcity/csrf-protection.html#CSRFProtection-Implicationsforreverseproxyconfiguration</ref> since TeamCity 2017.1<ref>https://youtrack.jetbrains.com/issue/TW-17762?_ga=2.178603620.1164999772.1572507804-295739152.1570016763</ref>
  
TeamCity components include TeamCity Server and TeamCity agents<ref>Build Agent configuration reference: https://www.jetbrains.com/help/teamcity/build-agent-configuration.html</ref>.
+
TeamCity components include TeamCity Server and [[TeamCity agents]]<ref>Build Agent configuration reference: https://www.jetbrains.com/help/teamcity/build-agent-configuration.html</ref>.
  
 
* Configuration: <code>/path/to/teamcity/conf/[[server.xml]]</code>
 
* Configuration: <code>/path/to/teamcity/conf/[[server.xml]]</code>

Revision as of 19:00, 27 February 2020

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].

 <Connector port="8111" protocol="HTTP/1.1".
  • Logs: /opt/teamcity/logs
cat /opt/teamcity/logs/teamcity-server.log | grep -v " INFO "

Activities

See also

  • https://www.jfrog.com/confluence/display/RTF/TeamCity+Artifactory+Plug-in
  • https://confluence.jetbrains.com/display/TCD10/CSRF+Protection
  • https://www.jetbrains.com/help/teamcity/csrf-protection.html#CSRFProtection-Implicationsforreverseproxyconfiguration
  • https://youtrack.jetbrains.com/issue/TW-17762?_ga=2.178603620.1164999772.1572507804-295739152.1570016763
  • Build Agent configuration reference: https://www.jetbrains.com/help/teamcity/build-agent-configuration.html
  • Advertising: