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.
We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we'd like …
continuous-integration teamcity build-processOne of my TeamCity v7.0 build projects relies on using a diff between the current development branch and the master …
git teamcity teamcity-7.0In TeamCity is there an easy way to get a variable for the current date in the format MMdd (eg 0811 …
datetime teamcityIs there a way to restart a TeamCity server running on Windows from its web interface? I haven't found a …
teamcity restartI have some XML that looks something like this: <?xml version="1.0" encoding="utf-8"?> <XmlConfig instancetype="XmlConfig, Processing, …
xml msbuild teamcity slowcheetahI am trying to get a build process set up in TeamCity 5, and I am encountering an access denied error …
teamcity teamcity-5.0Can anyone give me an example of what the Artifact paths setting defined for a build configuration could look like …
visual-studio teamcity artifactI'm trying to set up a new build configuration in TeamCity using the Powershell runner. However, I can't seem to …
powershell teamcity