Questions tagged [teamcity-9.0]

TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.

TeamCity is a Java-based build management and continuous integration server from JetBrains. Comparable products are Bamboo, Jenkins (which is historicall related to Hudson) and Cruise Control.

Useful Links

320 questions
0
votes
1 answer

Error copying files from successful build using command line or artifact

I have built a new server with TeamCity v9.0. I am having difficulty trying to copy the build output to a mapped network drive X:. My build steps are as follows: Get latest version from TFS online. Build using MSBuild Run NUnit tests Copy two…
Seany84
  • 5,526
  • 5
  • 42
  • 67
-1
votes
1 answer

How to setup post-commit hook for teamcity in Git using Powershell script?

I am trying to setup Git post-commit hook for a particular project in Teamcity to trigger the builds if there is a change in BitBucket repository. I am trying to use the following powershell script: curl --user username:password -X POST…
ANIL
  • 2,542
  • 4
  • 25
  • 44
-1
votes
1 answer

Running Selenium tests on a different machine from TeamCity build agent

We have TeamCity build agent on Machine-1 and I would like to run Selenium tests that are on a different machine (Machine-2) with this build agent. I am not sure if it is possible to do so. Also if it is possible where does the tests actually run?…
kranthi
  • 1,519
  • 6
  • 29
  • 52
-1
votes
1 answer

Codeception TeamCity integration

I run this command line build step: cd ../common && php ../../../vendor/bin/codecept --xml --no-exit run In build log i have my tests output. I use codeception for my tests and i found only phpunit meta runner for teamcity. I want to fail build if…
Onedev_Link
  • 1,981
  • 13
  • 26
-2
votes
1 answer

TeamCity compilation error

I'm having an issue with Teamcity. While running a build of my project in Visual Studio being passed successfully, running this "build" in Teamcity results with some errors difficult to understand. These are the errors I'm getting from…
JumpIntoTheWater
  • 1,306
  • 2
  • 19
  • 46
1 2 3
21
22