Questions tagged [build-server]

Build sever is interchangeably used for the machine that is used to compile the application code at a scheduled time and the CI Tools such as Cruise Control, Teamcity etc.

Build server is typically used for the machine used to compile the source code at a scheduled time. This is different from the developer's machine since this is a controlled environment and is only supposed to have the pre-requisites required for compilation.

With the evolution of Continuous Integration, Build Server is also interchangeably used for the CI Applications such as Teamcity, Cruise Control, Jenkins or Bamboo. These applications take care of executing the builds and also a number of other activities such as unit test execution, deployment, various other quality checks on the code and report them in a nice presentable manner.

234 questions
0
votes
1 answer

CentOS 6.4 Minimal + how to configure jenkins jobs via xml?

I need to create a Build Server in CentOS 6.4 Minimal I sucessfully installed: Java compiler (OpenJDK 1.7.0) Git or Mercurial Maven Jenkins Now I need to to the following: At given intervals (eg daily at midnight) is the latest revision in…
8bitboy
  • 63
  • 3
  • 11
0
votes
2 answers

TFS - multiple build controllers for a single collection

Can anyone give me a definitive answer as to whether or not TFS 2012 allows multiple build controllers for a single collection? I can't seem to find anything that says no, but it also isn't well explained as to if it is possible. I understand that…
Lukas
  • 3,175
  • 2
  • 25
  • 34
0
votes
1 answer

Async Targeting Pack without Visual Studio 2012 on BuildServer

I am using a Buildserver which does not have installed any Visual Studio. I use TeamCity with msbuild Agent to Building my application. Now, I need to use the Async Targeting Pack for using async/await (I cannot update the application to .NET 4.5…
BennoDual
  • 5,865
  • 15
  • 67
  • 153
0
votes
1 answer

Different Values for RequestSource in Service/Commandline

I have a CruiseControl Project Setup with two different Triggers for a SVN Triggered Build and a nightly Build.
Johannes Wanzek
  • 2,825
  • 2
  • 29
  • 47
0
votes
1 answer

tfs build server to set assembly specific version

Using a build server, is it possible to set to true the attribute 'Specific Version' of all the assemblies refereneced by project(s) being built? If so, how?
Sam
  • 13,934
  • 26
  • 108
  • 194
0
votes
2 answers

Are there any .NET web automation frameworks that support headless test execution?

Similar to htmlunit, but for use with C#. I've seen that you can use htmlunit with .NET via IKVM, but I'd like a native solution if at all possible. The aim is to add UI tests to our existing (xUnit.net) tests being run on the CI server. I'd like to…
BenA
  • 2,041
  • 1
  • 20
  • 25
0
votes
1 answer

How to troubleshoot White getting 'stuck' on build server?

I have a GUI (winforms) test using White which works fine in dev, but gets stuck on the build server. It opens the application ok, but as soon as I try to 'do' anything: Button Button = Window.Get
Benjol
  • 63,995
  • 54
  • 186
  • 268
-1
votes
1 answer

disk space on build server when switching from svn to git

At the moment, we run a build server that checks out projects from SVN, builds them with Maven, deploys them and tags them in SVN. The project directories (checked out code and results of the last build) sum up to about 500GB. I wonder whether we…
J Fabian Meier
  • 33,516
  • 10
  • 64
  • 142
-2
votes
1 answer

erropr publishing symbols during server build

I get a Partially Succesful build. The error is: SYMSTORE ERROR: Class: Server. Desc: Couldn't connect to server. Error 67: The network name cannot be found. TF270015: 'symstore.exe' returned an unexpected exit code. Expected '0'; actual…
Sam
  • 13,934
  • 26
  • 108
  • 194
1 2 3
15
16