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
2
votes
2 answers

Run teamcity from failed step

I have 10 steps in build. Often build fails at step 10 where it try to deploy rpm to artifactory. Next time build again starts from 1 , can i configure build to start from 10step only if failed at that step. Thanks
user2230605
  • 2,390
  • 6
  • 27
  • 45
2
votes
1 answer

TeamCity Support For GlobalAssemblyInfo.cs

According to the documents TeamCity v8.1.x supports a GlobalAssemblyInfo.cs file now with the Assembly version patching feature however even though I have such a file in my solution and each of my projects have a link to this file the version…
Todd Carter
  • 879
  • 7
  • 20
2
votes
1 answer

How to attach file in TeamCity 8.1 build run dialog?

I want to attach some file as option in TeamCity 8.1 Build Run dialog form. Before start build this file must be copied into defined place on the Agent side. Who knows, is it possible? I can't find any plugins for it. Tnx.
2
votes
1 answer

Teamcity depend on last successful build, not most recent build

Platform: Teamcity 8.1.4 We have a pipeline with stages that have several snapshot dependencies on other smaller builds. Our problem is that if any of these smaller builds fail then the pipeline that depends on these smaller builds chokes up and…
ryaanwells
  • 280
  • 1
  • 2
  • 12
2
votes
1 answer

Working with multiple TFS branches in Teamcity. How?

We are using TFS2010 for source control and TeamCity 8.x for CI. In our project we have Main branch for releases and bug-fixes and Dev for most of the development. Build steps for both branches are identical. and we have a few build configurations…
trailmax
  • 34,305
  • 22
  • 140
  • 234
2
votes
0 answers

Cannot restore Nuget Packages in Teamcity

I have an ASP.NET MVC Web Application created in VS2013 and use TeamCity 8.1 for CI. I'm trying to restore my Nuget packages before building my Visual Studio solution using a Nuget Pack build step in TeamCity and get this error: The imported project…
Edminsson
  • 2,426
  • 20
  • 25
2
votes
1 answer

Update Teamcity Configuration parameter specification using REST API

I need to update the specification of a configuration parameter using Teamcity REST API. Following the REST documentation I tried a PUT request with the parameter value…
Mohammad Nadeem
  • 9,134
  • 14
  • 56
  • 82
2
votes
1 answer

Teamcity REST API: How to get agent of last successful build

Is there a way in Teamcity REST API to get the agent name of the last successful build. I am using Teamcity 8.0.6. I tried this http:///httpAuth/app/rest/buildTypes/id:BuildId/builds?status=SUCCESS But the result returned doesn't…
Mohammad Nadeem
  • 9,134
  • 14
  • 56
  • 82
2
votes
0 answers

Automated Unit Testing of Android test project in TeamCity

I have an IntelliJ project with a shared build configuration for running a juni3 android test module. I want to test run this in TeamCity. I used the teamcity 'wizard' which parses my .idea folder for the list of shared run configurations checked…
Stealth Rabbi
  • 10,156
  • 22
  • 100
  • 176
2
votes
1 answer

Let TeamCity track warnings from IAR-Compiler via command line runner

i am currently working with TeamCity's latest version. I have configured TeamCity to compile my IAR Embedded Workbench Projects via command line runner as follows: Run: Executable with parameters Command executable:…
Aureon
  • 387
  • 3
  • 4
  • 15
2
votes
2 answers

Teamcity pipe command line output to a file

Is it possible to call a command line program in teamcity and to pipe the output from the command line program to a file?
meh-uk
  • 2,031
  • 1
  • 23
  • 36
2
votes
0 answers

Issues with getting build failure reasons in a custom TeamCity Notificator

I'm attempting to create a custom Notificator plugin for TeamCity which will send a message to my team's Slack instance when one of our builds fail. We're able to get it running, and it sends messages as expected. The issue arises when we try to…
Jesse Dunlap
  • 1,280
  • 1
  • 16
  • 22
2
votes
3 answers

How to prevent build steps running for personal builds

We have a build configuration in TeamCity with 3 build steps. Is there a way to prevent step 2 from running for personal builds such that normal VCS triggers executes steps 1, 2 and 3 - but only 1 and 3 are run for personal builds? There is a…
infojolt
  • 5,244
  • 3
  • 40
  • 82
2
votes
1 answer

How to get full changelog from Git as an artifact in TeamCity

I wonder, are there any way to get full changelog for the project as an artifact in TeamCity. So I want it to look something like this: Build 1.0.0: - Commit 1 - Commit 2 Built 1.0.1: - Commit 3 Are there any way to do this?
kjen93
  • 60
  • 5
2
votes
1 answer

Mvn Release Plugin with Teamcity 8

Has anybody got this working? Teamcity seems unable to get my gpg key from my settings.xml. I have tried: Uploading a custom settings.xml for the project. Placing it on disk and specifying a custom file location. Putting it in the default…
Ardesco
  • 7,281
  • 26
  • 49