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

How do you provide environment specific passwords to MS Test from TeamCity without storing them in source control?

We use TeamCity (Version 8) to manage our builds, trigger octopus deployments and finally execute integration tests against our deployed services. In the case of the integration tests, we want to avoid storing usernames and passwords in source…
The Senator
  • 5,181
  • 2
  • 34
  • 49
0
votes
1 answer

Create a build failure report in Teamcity

I'm looking for a way in Teamcity to produce an email report that will be sent on a weekly basis to a number of users that will list all the projects and configurations in Teamcity and show how many failed builds have occurred in the last week for…
Ian Graham
  • 3,206
  • 1
  • 15
  • 23
0
votes
1 answer

Set up TeamCity to write Tags to GitHub Repository

I have our code in github and teamcity works well pulling changes. Unfortunately when I try and apply the label to the repository I receive the following result: Labeling process failed: Labelling failed:…
Stu
  • 2,426
  • 2
  • 26
  • 42
0
votes
1 answer

VS 2015 on development VS 2013 on CI

I'm facing situation where team develops solution using VS 2015 on local machines and CI (in this case TeamCity) is configured to use VS 2013 to build solution and later create installation pack with compiled app. TeamCity version is 8.1 and VS 2015…
0
votes
2 answers

TeamCity REST Api returns 403 using system credentials

When I run a build on TeamCity, I want to tag the build with an environment variable. I hoped this might be straightforward but it seems there is no built-in way to do it. I found a link which uses the TeamCity REST Api to add the tag, but it uses…
Alex
  • 7,639
  • 3
  • 45
  • 58
0
votes
0 answers

How can I change a build step status in Team City?

Is it a way to override the build status in TeamCity based on the result of a test? We have the following setup: Deploy application Run a test that validates that the application installed correctly. Run test batch1 Run test batch2 Our problem is…
0
votes
1 answer

TeamCity Build configuration parameter value

I need to call a TeamCity Build Configuration with env.DataSource parameter daily with 2 different IP address values. I am making a call from another build configuration using snapshot dependency. Is there a way to alter the build parameters before…
Tony
  • 1
  • 1
0
votes
1 answer

Getting the "Branch" Directory Name when using SVN in Teamcity

Is there anything similar to %teamcity.build.branch% when using SVN? Or even the full URI for the checked out SVN directories? I have a project setup as follows: ProjectA -- trunk/ -- release/ -- tags/ ----build.x.x.x The VCS Root is …
Jaigene Kang
  • 154
  • 1
  • 3
  • 10
0
votes
1 answer

Teamcity nuget server with external nugets

Can I add an arbitrary nuget (not built on teamcity) to be served from teamcity nuget server? (I'm using teamcity 8.1.5)
ppiotrowicz
  • 4,464
  • 3
  • 32
  • 46
0
votes
1 answer

Create a Deployment Package to folder TeamCity

I currently have Team City set up on a server that does: 1) Build the Project 2) Run unit tests 3) Publish the project through IIS if successful I want to add another step so that a .zip file is produced consisting of what was deployed to a…
Jono_2007
  • 1,016
  • 3
  • 12
  • 23
0
votes
1 answer

TeamCity Single parameter in multiple configurations

I'm trying to increment a parameter and use it in another build configuration. My current setup is: Template with several parameters, 4 of which are numbers, e.g. a, b, c, d. I have 3 build configurations based on the template. In configuration 1 I…
Deep.Timon
  • 221
  • 5
  • 20
0
votes
3 answers

how can I use python 3 to download a Teamcity artifact with basic auth

I'm trying to download a zip artifact from teamcity using python 3 and i'm not having much luck. From the browser I would normally do this: http://USERNAME:PWD@SERVER/httpAuth/repository/downloadAll/dood_dad/latest.lastSuccessful But if I try this…
push 22
  • 1,172
  • 3
  • 15
  • 34
0
votes
2 answers

Team City - Connect and remove agents questions

I had 3 Agents (A, B and C). For test purposes, I´ve installed a fourth one (D), but I didnt know that my license was up to 3 Agents only. So, the agent D was created with "Unauthorized with comment: Agent teamcityagentdev4 cannot be authorized…
Luty
  • 160
  • 3
  • 7
0
votes
1 answer

YouTrack 5.x OutofMemoryError when running as a webapp of TeamCity 8 install

I have YouTrack5.x running as a web app in a Tomcat install of TeamCity 8. How do I set configurations up such that I do not get OutOfMemory errors in the YouTrack logs? YouTrack fails to load pages and the entire Tomcat needs to be restarted. I…
Stealth Rabbi
  • 10,156
  • 22
  • 100
  • 176
0
votes
1 answer

Using Powershell to checkin zip file to TFS

My build server is doing all the steps necessary to build a zip of the new website. I would like to add a step to checkin zipfile to TFS. I have created a ps1 file to perform the checkin. I am running it in ISE so there is no dependency on…
Pete Fink
  • 1
  • 1