Questions tagged [ci-server]
10 questions
12
votes
2 answers
How to tie a project to a slave node in Hudson CI server?
I'm trying to set up a Hudson slave node. Following Hudson -- Step by step guide to set up master and slave machines one eventually finds the instruction to "Check the 'Tie this project to node' check box" on a project.
I don't find this check box,…

Eric Wilson
- 57,719
- 77
- 200
- 270
7
votes
2 answers
Why ought I not to install Visual Studio on my CI server?
A lot of people new to CI (Continuous Integration) install VS (Visual Studio) on their CI server "because it is required to compile the code". MSTest is a common reference brought up here.
Why should I not install VS (or generally speaking, any…

mafu
- 31,798
- 42
- 154
- 247
6
votes
5 answers
How can I learn to set up a build process?
What I was taught at school is all about programming languages, software design, but hardly anything about how to automatically build a software, probably with something like unit testing integrated.
Please tell me how do one start learning to set…

satoru
- 31,822
- 31
- 91
- 141
5
votes
3 answers
Speeding up PHP continuous integration build server on Hudson CI
I'm trying to speed up my builds some and was looking for some thoughts on how to do so. I currently use Hudson as a continuous integration server for a PHP project.
I use an Ant build.xml file to do the build, using a file similar to Sebastian…

Josh Smith
- 14,674
- 18
- 72
- 118
5
votes
2 answers
Android-Jenkins: failed to find Build Tools revision 17.0.0 On Jenkins Build Server
I'm trying to use the Android Emulator on Jenkins to build and test my project. But I'm getting an the following error when running my gradle tasks;
failed to find Build Tools revision 17.0.0
the gradle task I'm running is;
./gradlew clean…

EmeraldAegis
- 99
- 3
- 10
2
votes
0 answers
iTunes Store operation failed: Invalid image path
Using Swift 4 and Xcode 9.2
When i try to upload the app to the app store by archiving the app and uploading it, it works fine.
But when i try to do it using Xcode bots (Xcode CI server) i get the below error described in the screenshot:
Invalid…

Amjad Husseini
- 475
- 7
- 12
2
votes
1 answer
Run Script with xCode Server Bot
I am running a on-commit Bot to build, analyze, unit tes and archive my App and it works perfectly.
I have a script (*.sh) in my porject that I want to run at the end of a success analysis. I am using xcode 7.3 now and i tried the following:
In the…

AsH
- 109
- 1
- 10
2
votes
1 answer
CI Server for .NET : Jenkins or Buildbot?
what is pros and cons to use buildbot or Jenkins in a .NET environment ?
Regards,
Florian

Florian
- 4,507
- 10
- 53
- 73
0
votes
0 answers
Best practices for setting up a CI server with Jenkins
Problem Statement: I am trying to set up a CI server (on windows 2008 R2) which would run Jenkins and would also be able to collect different metrices that would be useful for monitoring the CI server.
I am not from the operations team hence do not…

Arindam
- 71
- 1
- 1
- 7
-1
votes
1 answer
Migration from Jenkins to Teamcity
Suggest me how to migrate all build logs, jobs, config files jenkins to teamcity .
From teamcity to teamcity it is possible, from same CI servers it is possible.. But what are the steps to migrate jenkins to teamcity?

td4u
- 402
- 5
- 17