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

TeamCity - Using Git Tag as Build Number

I'm trying to use Git tags as build numbers within TeamCity For example if i'll push "11" as a tag to git branch, build number must be 11 too. I've seen examples using branch name as build number but couldn't find using tag as build number. Is there…
Ahmet Kakıcı
  • 6,294
  • 4
  • 37
  • 49
1
vote
1 answer

Teamcity branch name as prompt variable

i am trying to pass default git branch as prompt parameter while starting the build. I have tried using environment variable and configuration variable. but some how its not working. Actually i want to build different branches as per user input.…
Ashish Mishra
  • 411
  • 5
  • 25
1
vote
1 answer

Trigger TeamCity build only when detecting changes in .java files on VCS checkout

Is there a command or parameter in TeamCity wherein it will only trigger the build if there's at least one java file that's committed when doing VCS checkout? I'm using TeamCity 8.1.3.
dilm
  • 687
  • 2
  • 7
  • 14
1
vote
2 answers

TeamCity build.counter parameter in build.xml

It seems that the TeamCity parameter ${build.counter} is not resolving in our ant build.xml. We have:
Chris Wallis
  • 1,263
  • 8
  • 20
1
vote
3 answers

How to trouble-shoot missing test coverage in TeamCity?

According to the log I'm missing the info to get the test coverage. Possible reasons are: Include / exclude patterns are incorrect Assemblies are compiled without debugging information PDB files are not available Visual Studio code coverage is…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
1
vote
2 answers

TeamCity cannot find rspec command

I'm trying to get TeamCity to run the tests on my rails app, but it doesn't see rspec rspec: command not found I have created a "Command Line" build step containing the following: rspec spec/ If I open a terminal at the generated directory, after…
Tom G
  • 2,025
  • 3
  • 21
  • 32
1
vote
1 answer

How to set the build branch in teamCity

I'm using perforce in my project. I would like to ask, how can I set the build branch in teamcity? Right now if I want to make a build it is taking code from trunk, when I hit the "run" button it is asking me for my username/password/perforce job, I…
iie
  • 501
  • 4
  • 8
  • 26
1
vote
1 answer

Creating encrypted build parameter in TeamCity 8.0 from REST API

I'm trying to write a PowerShell script that creates a parameter in a TeamCity build configuration, this is simple to do with the REST API. Just set up an authenticated webclient and make a PUT request to the parameters of the build…
ShaneC
  • 2,237
  • 2
  • 32
  • 53
1
vote
1 answer

DataContract and Arrays in Top Level elements

I have an xml file coming down from TeamCity that looks like this (no other elements):
C Bauer
  • 5,003
  • 4
  • 33
  • 62
1
vote
2 answers

VS2012 publish profiles breaking TeamCity

I have deleted some old old publish profiles (including the one named 'Package') via the publish GUI in VS2012. When I check the code in and run a build via TeamCity I get the following error. Rebuild MSBuild trunk\SomeService\SomeService.csproj…
1
vote
1 answer

Include generated files in TeamCity artfacts

I am using TeamCity for CI. Some of my unit tests generate files when they are run (browser screenshots when Selenium-based tests fail), and these files get placed in the Environment.CurrentDirectory, e.g. C:\Program Files…
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
1
vote
1 answer

TeamCity build server saving multiple copies of artifacts under MSTest folder

I am running TeamCity 8.0.3 with 1 build plan that also includes MSTest builder. the build server does not run a build agent, so the build artifacts are created on developer machines which are serving as build agents. or so i thought.. looking at…
Sonic Soul
  • 23,855
  • 37
  • 130
  • 196
1
vote
1 answer

Grunt & Teamcity

I'm new to Teamcity and I set it up with grunt to build my webapp. I am using the jonnyzzz/TeamCity.Node plugin with Teamcity 8.0.5. All the grunt tasks are installed locally to the project and dependencies are in the node_modules directory.…
Thibs
  • 8,058
  • 13
  • 54
  • 85
1
vote
1 answer

How to edit TeamCity Inspections (.Net) runner's naming style

I am currently setting up TeamCity for my company's .Net solutions, including the Inspections (.Net) runner. I have it working but would like to change the naming conventions it looks for, as my current company code standards have a m instead of a _…
Andrew Beal
  • 427
  • 8
  • 23
1
vote
1 answer

Teamcity getting a reference to the last successful build

I have a build configuration which will build an artifact file. What I'd like to do, is add a a step so that after the artifact is built, it will do a diff between it and the last successfully built artifact. I can write a tool that will do the diff…
millie
  • 2,642
  • 10
  • 39
  • 58