Questions tagged [teamcity-7.1]

Version 7.1 of Teamcity, a Java-based build management and continuous integration server from JetBrains.

Version 7.1 of Teamcity, a Java-based build management and continuous integration server from JetBrains.

Release date: 7 August 2012

More info about the product: https://www.jetbrains.com/teamcity/

76 questions
1
vote
2 answers

Accessing hidden teamcity artifacts

So, the key element here is hidden artefacts, also known as those that appear under .teamcity/ part of the build artifacts. Some context: We currently run dotCover over our NUnit Test step to report on our test coverage. This places a compilation of…
Kira Namida
  • 257
  • 3
  • 15
1
vote
1 answer

Rakefile Parameter substitution in teamcity

I'm trying to pass a standard teamcity build parameter vcsroot.url as the parameter of a rake task, using Teamcity's built in Rake build step. However, the build parameter doesn't seem to be evaluated. In the "Rake Tasks" box, I've…
Alex
  • 985
  • 9
  • 11
1
vote
1 answer

Teamcity 7 run custom dialog parameters values remembers from previous build

Using teamcity i can add build parameters and force to ask a question every time i click on "Run" button (this call "Run custom build dialog"). But, for example, if i create a "checkbox" and run the build and check this checkbox, than on next time…
Pasha
  • 541
  • 5
  • 18
1
vote
1 answer

Set up team city 7.1.5 agent checkout and vpn

I am trying to set up team city with git. I have team city server on 1 machine a and team city agent on 2. Also we have vpn enabled on the agent machine, that allows get access to stash server. I am using default private key method for…
Alexandr
  • 4,604
  • 3
  • 37
  • 65
1
vote
0 answers

Using TeamCity with Appium and Maven throws MalformedUrlException

I'm trying to integrate my UI testing (for iOS app, code in Java, using Appium 0.16) into TeamCity 7.1 for automation, but I get a MalformedUrlException on TeamCity build log. It works perfectly from command line (without TeamCity). I'm running…
idan hav
  • 141
  • 1
  • 8
1
vote
1 answer

Teamcity. Run powershell script after the build to install windows service

I have two build configurations: Build solution and run tests Deploy ASP.NET site using msbuild That article http://www.troyhunt.com/2010/11/you-deploying-it-wrong-teamcity.html was used as manual. Currently I want to add the third build…
Ievgen Martynov
  • 6,895
  • 8
  • 32
  • 49
1
vote
1 answer

How to run msbuild from ant so that I can see msbuild (compilation) errors on teamcity

I have I multilanguage project using Java, C#, C++. And I using ant script for building and running test. Currently, I exec msbuild from ant script and redirect the msbuild output to log files. If build fails on msbuild (.net) compilation errors I…
Rail
  • 680
  • 8
  • 12
1
vote
0 answers

Code coverage results are not available in TeamCity

I am using TeamCity 7.1 with MsBuild build step running the following task:
1
vote
0 answers

Failed to start build on agent because of Snapshot dependency failure

I've configured build chain on TC. When some build fails, dependent build shows error "Failed to start ... build on agent ..." and "Snapshot dependency failure". Dependent build is configured to start ONLY in case of previous build succeeded. Also…
Mike
  • 17,033
  • 22
  • 85
  • 113
1
vote
1 answer

How to create a service message in TeamCity7.1?

How to create a service message in TeamCity7.1? My requirement is to run test using MSbuild and MS teast in visual studio2012. As I found in MStests through TeamCity if I configure the service meeagses it would help me to get the test results in the…
manu
  • 71
  • 3
1
vote
1 answer

Is it possible to force a TeamCity build to rebuild dependencies when triggered over HTTP?

Based on the TeamCity documentation I can see that it is possible to trigger a build over http: http://confluence.jetbrains.com/display/TCD7/Accessing+Server+by+HTTP For…
infojolt
  • 4,786
  • 2
  • 28
  • 72
1
vote
0 answers

TeamCity feature to send customised emails on test/build failure

I am using TestNG to run my Java/JavaScript test cases. For testing JavaScript modules, am using FuncUnit. The use-case is as follows: TeamCity runs Gradle file to build and test all modules in a project. Gradle invokes TestNG to run the test…
aneez
  • 663
  • 1
  • 7
  • 17
1
vote
2 answers

CppCheck output to xml file from Powershell

I would like to run CppCheck on our code as part of our build. However, I cannot make it save the output to a file if not executed from a command prompt. From a regular (windows) command prompt, or with hard coded paths inside a .bat file the…
Kim
  • 37
  • 7
1
vote
1 answer

TeamCity plugin UrlTrigger keeps firing

I have setup the trigger to listen to the last pinned build artifacts: /repository/downloadAll/bt79/.lastPinned However, the trigger keeps firing every 30 seconds which is the default Polling interval. Am I missing something here? The…
amaters
  • 2,196
  • 2
  • 22
  • 42
0
votes
0 answers

Test connection is failed of Email Notifier in TeamCity

I got an error while configuring Email Notifier. There is no issue with this email account. I have configured this account with two step verification and generated separate password for teamcity for this account. I treid this with both SSL and…