Questions tagged [teamcity-8.0]

TeamCity v8.0 is a Java based build management and continuous integration system from JetBrains.

TeamCity is a Java-based build management and continuous integration server from JetBrains.

New Features in version 8.0:

  • A much faster (up to 5 times) build history cleanup, allowing to drastically reduce server maintenance time;
  • Meta-Runner allowing to reuse build steps by representing them as a native TeamCity runner;
  • Improved build problems reporting: detection of new problems, ability to assign an investigation or mute a build problem;
  • The native IntelliJ IDEA compiler is now bundled with TeamCity 8, which means that for IntelliJ IDEA projects you get much faster incremental compilation and support for Scala, Groovy, Clojure, Kotlin, Android, GWT and many other technologies supported by IntelliJ IDEA;
  • Branches building based on Mercurial bookmarks and Git tags;
  • Detect and show changes made in Mercurial sub-repositories;

The product home page: http://www.jetbrains.com/teamcity/

236 questions
1
vote
1 answer

How to make TeamCity only deploy builds for the default branch?

Our TeamCity process basically involves 3 "Build Configurations" that run in sequence: Build Step, triggered by source control (in our case GitHub): MSBuild builds everything, and creates one artifact containing all the unit test binaries, and…
Graham Clark
  • 12,886
  • 8
  • 50
  • 82
1
vote
0 answers

Excluding a visual studio project from compilation for TeamCity

I'm using TeamCity build server, but one of my projects is a WiX project, I don't need TeamCity to compile it. I tried to exclude the project from visual studio Configuration Manager, and the project is excluded from build in Visual Studio, but…
Escobar5
  • 3,941
  • 8
  • 39
  • 62
1
vote
0 answers

How does one create a branch in TeamCity for multiple VCS configurations?

Lets assume for a moment you have a project with 20+ VCS entries consisting of SVN and GIT repositories. Each has been configured and connectivity works. The same project consists of numerous build configurations with artifact and snapshot…
bloudraak
  • 5,902
  • 5
  • 37
  • 52
1
vote
1 answer

Create build configuration from existing template in TeamCity using REST API

I'm trying to create build configuration for a project in TeamCity 8.0 using REST API. However instead of creating a new configuration I want to copy from an existing build configuration template. Basically, I'm looking to implement before option…
1
vote
1 answer

How can I run clean-up offline in Team City?

Our Team City server got to a state when nothing works including the `Start clean-up now' button, because the internal database size is >900MB. Yes, we are still trying to get a proper external database... In the meantime is there a way to shut down…
Grzenio
  • 35,875
  • 47
  • 158
  • 240
1
vote
1 answer

Teamcity build, deploy and run nodejs application

I have a remote host on an ovh server that I can access with FTP and SSH. I have a nodeJs backend that runs on this remote server. I want to build, deploy and run this nodejs server on the remote host from TeamCity. Actually, I can build the project…
mfrachet
  • 8,772
  • 17
  • 55
  • 110
1
vote
1 answer

TeamCity project for deployment fails with Exit Code 1

I am adding a SQL script(StoredProc) for deployment using TeamCity Projects and the deployment fails and says(* Process exited with Code 1). It throws an Error in Deploying script to DB. But it was fine before. Seems to me some issue with…
Shweta Saxena
  • 327
  • 1
  • 2
  • 15
1
vote
1 answer

TeamCity checkbox parameter

I am looking to implement a flag to make sure no one tiggers a job by mistake. I have added a parameter which prompts before the the job is triggerd. An command line build step is created with the following script: IF %ConfirmationCheck% == "false" …
Identity
  • 1,553
  • 1
  • 22
  • 44
1
vote
1 answer

How to make TeamCity %build.number% change following dependency change trigger?

The Assembly Patcher Build Feature in all our build configurations is set to use 0.0.%build.counter%.%build.vcs.number% as the version number. On our TeamCity servers, builds triggered by "VCS changes" (i.e. trigger a build on each check-in) set the…
user2282496
  • 235
  • 4
  • 13
1
vote
1 answer

Prevent TeamCity build from starting if queued beyond a specified time

I have a TeamCity Build Configuration which runs tests during the night on a large amount of machines. It is important that these tests do not run during the day. The Build is kicked off with a Schedule Trigger which fires at 1am each day. I have…
Holf
  • 5,605
  • 3
  • 42
  • 63
1
vote
1 answer

TeamCity SSH-Exec Build step with password from parameter

I have my build with SSH-Exec Build step (or SSH deployer), which requires username and password in its configuration to connect. The problem I faced is that username can be provided by a parameter (so I can ask user when triggering build for his…
Krzysztof Wolny
  • 10,576
  • 4
  • 34
  • 46
1
vote
1 answer

Team City build - Workspace is null error

I am setting up Maven project from a RTC repository on Team City. When I run the build on the project I am getting the following error: "Failed to perform checkout on agent: Unable to start build as workspace name is null" Does anyone has any idea…
Hong Wei Wang
  • 1,388
  • 3
  • 19
  • 29
1
vote
1 answer

TeamCity - find who triggered the first build in a build chain

I have a build 'X', which is triggered by successful finished build 'Y', which is triggered manually by one of the developers. I want to create a parameter in X with the name of the person who triggered Y. Is it possible? We're using teamcity-8.1.
nirsky
  • 2,955
  • 3
  • 22
  • 35
1
vote
2 answers

Teamcity start very slow

I install a Teamcity server in my DigitalOcean Droplet, the machine is 2 core and 4G memory. I have check the log, But it seem like every thing is right. I put the Teamcity behind my nignx web server. The problem is sometime Teamcity start may take…
Neo Ko
  • 1,365
  • 15
  • 25
1
vote
0 answers

Teamcity Sonar runner plugin fails to query properties

Looks like the new sonar runner plugin does not work with latest version of sonar(4.5). Does anyone know how to fix this? It fails with the below error: [15:10:11][Step 3/3] ERROR: Error during Sonar runner execution[15:10:11][Step 3/3] ERROR:…