Questions tagged [cruisecontrol]
12 questions
3
votes
2 answers
Trying to setup phpUnderControl but missing phpcb
I'm trying to setup phpUnderControl on Ubuntu 10.04 following this tutorial http://techportal.ibuildings.com/2009/03/03/getting-started-with-phpundercontrol/. I get to the part where it says to type in sudo phpuc example /opt/cruisecontrol but…

Ian Burris
- 195
- 3
- 9
3
votes
1 answer
Installing Cruise Control on Windows XP
We have CruiseControl setup across various Linux boxes in our private network, and they are used to perform the various continuous integration tasks - builds, automated tests...
Now I need to set up CruiseControl on a Windows XP box. I understand…

bguiz
- 149
- 4
2
votes
1 answer
How to configure CruiseControl.Net for Windows Authentication?
I am using CruiseControl.Net for continuous integration which is now accessing the dashboard through login plugin, which in turn is authenticating and authorizing after verifying it with a set of users saved as XML file in the CruiseControl.Net…

balu
- 123
- 5
1
vote
1 answer
maven + cruisecontrol - slow builds
I am running cruisecontrol with maven to build a Scala-project.
When I run mvn package outside cruisecontrol,the build takes less than 10 seconds, but when I invoke the build from cruisecontrol, the compilation-phase takes about 300 seconds. I am…

Julian
- 11
- 1
1
vote
1 answer
Run 2008 R2 Service under 2000 Domain Account
I'm trying to get a service to run under a domain account. When I try to add the account, I get the error
The account name is invalid or does not exist, or the password is invalid for the account
name specified
I know the account exists and…

NoDisassemble
- 15
- 3
1
vote
2 answers
CC.NET + SVN : Server certificate issue
I am trying to setup Continuous Integration in our office. Being a puny little developer I am facing this supposedly infamous problem:
" Source control operation failed: svn: OPTIONS of 'https://trunkURL': Server certificate verification failed:…

MSI
- 113
- 3
1
vote
0 answers
CruiseControl doesn't run as a Windows service
I am having a problem with CruiseControl on Windows. I can get CruiseControl to run on its own without problems right after installation.
However, when I run the Windows service for cruise control (needed for the web dashboard), its seems to me…

bguiz
- 149
- 4
0
votes
1 answer
How to set right for user to stop iis application pool
I log on CruiseControl.net service with user in one domain (DOMAINNAME\user).
and I want to use nant script to stop application pool on other server.
and I got this error
Failed stopping application pool '***********' on '172.16.0.62'.
Access is…

TheLastFrog
- 1
- 1
0
votes
1 answer
Cruise Control batch file build never completes
I am using cruise control to trigger a batch deploy script and currently the file executes perfectly BUT cruise control does not see the script end. It just keeps spinning (building) and this goes on forever.
My script launches downloads the build…

Stainedart
- 213
- 1
- 2
- 8
0
votes
1 answer
How to delete files created by windows 2008 service running under domain user identity?
I'm using Cruise Control.Net on Windows Server 2008 R2. The windows service (ccnet) is configured to run under MYDOMAIN\unittest. When I log in as MYDOMAIN\unittest, I do not have permissions to delete files that were created by the ccnet building…

randomfactor
- 205
- 2
- 6
0
votes
2 answers
Remote Deployment using Cruise Control .Net and Nant
Currently we use Cruise Control .Net and Nant to build deployment packages for our ASP .NET website. Essentially this just versions and the files, compiles the code, then creates a zip file. It is then up to the deployer to remote desktop onto the…

Robin Weston
- 131
- 1
- 7
0
votes
1 answer
svn, cruisecontrol setup, minimal requirements, virtual or not? windows vs centos
I already have an SVN server set up on a windows server machine (got it by inheritance) on this same machine I also have got cruisecontrol running.
First i'm going to separate cruisecontrol from SVN - SVN is so important I'm not going to let…

Jas
- 701
- 4
- 13
- 23