TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.
my teamcity build server has following JVM Arguments: -Xmx512m -XX:MaxPermSize=270m sometimes it shows some memory problem message …
jvm teamcity jvm-argumentsWe are trying to setup a build agent and every time we start it the log shows the following messages: [2012…
teamcity teamcity-7.0The scenario is: I'm building my solution with TeamCity, I'm not running the build account as an administrator; so I …
visual-studio-2010 build continuous-integration teamcity assembly-signingIs there a way in teamcity to restore a deleted build configuration. I found Restore just deleted project which is …
teamcity teamcity-8.0 teamcity-9.0Say you make an automatic deploy script in TeamCity. The script uses SSH for connection to the prod-environment. I do …
deployment teamcity credentials prompt manualIs it possible, without disabling all other connected agents, to force TeamCity to build on a specific agents machine?
teamcityI am trying to set up an email notification in TeamCity on my project fail. I have set up some …
teamcity teamcity-7.0 email-notificationsI set up a Build project in TeamCity and integrated Sonarqube with it. The project is getting build and even …
sonarqube teamcity sonarqube-scanHere's my configuration: On the build log, I only see the output of the first two lines, and then "Process …
powershell teamcity powershell-1.0I have a warning in my build log in teamcity. I've updated Xcode on my CI-Server from 7.3.1 to 8. The step …
continuous-integration teamcity xcode8 xcodebuild