Tagged Questions
1
vote
2answers
35 views
Msbuild running in Jenkins target calling HgPull fails with HgProcessException: The command <hg.exe> is not available
I am porting over an MSBuild script from CCnet to run in Jenkins. The MSBuild project is used to create a deployment package. I would rather have Jenkins drive this process itself but that's a longer ...
1
vote
1answer
92 views
Make CruiseControl.NET projects show what changes were made since last run
I have a chain of CruiseControl.NET targets like the ones below. The first project pulls the changesets from a repository and runs fast unit tests on these changes. If these unit tests succeed, the ...
0
votes
0answers
106 views
Last mercurial changeset id in cruisecontrol
I know source control such as "SVN" & "Mercurial" passes last revision number to CCNet, which we can display in CCNET label using "assemblyVersionLabeller". Problem with revision number is they ...
1
vote
2answers
283 views
How can I force hg merge to be interactive?
I am running an automated hg merge under CruiseControl.NET as part of an MSBuild job. For some reason the merge runs in non-interactive mode even though I have not specified -y in the command. This ...
2
votes
1answer
331 views
'hg pull' failing in CruiseControl.NET build because no changes were detected
I have CruiseControl.NET configured using the Mercurial source control block. When I first executed the build, the code was downloaded from my Kiln repository and the build went off without a hitch. ...
2
votes
1answer
219 views
Last build number of mercurial in cruise control .net
We are using cruise control .net with mercurial version control for continuous integration.
I want to get the latest build number in the ccnet dashboard.
While using toroise svn as version control we ...
0
votes
1answer
333 views
Authorization required error in Cruise control .net with Mercurial
we are using mercurial as source control in one of our projects. We are trying to setup continuous integration for this project using cruise control .net.
while doing this we setup the source control ...
3
votes
1answer
516 views
How to make ccnet update multiple projects independently in a single mercurial repo?
I have a central hg repository with multiple subprojects in it. Somewhat like this:
/Hg_central
/subproject-a
/subproject-b
/...
I am trying to set up a cc.net server so that it builds ...
3
votes
1answer
412 views
A build and deployment machine with a web-based dashboard
Here is what I am trying to do: I have my code sitting on Bitbucket (it is a ASP.net web application). I want to put together a build machine that has a web-based dashboard. I go to the dashboard and ...
4
votes
1answer
274 views
Globally increment the Last Build Label across multiple CruiseControl.NET projects
We use CruiseControl.NET to automate our builds and keep track of the Last Build Number. However, this number resets to one for newly created CC.NET projects. We would like the Last Build Number ...
3
votes
1answer
376 views
How can I have CC.NET build to a specific hg (Mercurial) tag?
I am trying to use tags in cc.net to control release build. When I have the build machine build for development, I have it tag with a keyword - 'release'. Now I would like to have the production ...
1
vote
1answer
542 views
“Crosses Branches” error with Mercurial and CruiseControl.Net
We are migrating to Mercurial, and of course, we need to update our CruiseControl.Net build process to use it instead of Visual SourceSafe.
We updated our CruiseControl config file with the ...
7
votes
1answer
281 views
Change operation flow in cruisecontrol.net for DVCS?
The CruiseControl.NET operation flow, documented in the Operation flow of CCNet FAQ, where the label is generated first makes some sense for a centralized VCS but not so much for a DVCS. With a DVCS, ...
7
votes
1answer
2k views
How to get CruiseControl.NET working with Mercurial: “Source control failure (GetModifications)”
I'm trying to set up CruiseControl.NET 1.5.7256.1 for automatic builds. My project is stored in Mercurial, and I'm using the following ccnet.config:
<cruisecontrol ...
1
vote
3answers
355 views
CCNET Trunk start building because of changes set on branch
I am using CCNET in combination with Mercurial. I have a project that got a branch and a head. they are both configured in CCNET. The branch is running fine, it only start building when there are ...
3
votes
1answer
430 views
CruiseControl.NET's Filtered Source Control Provider Not Detecting Modifications When Using Mercurial
We are in the process of switching to Mercurial. Our repository has a number of different projects, so we are using the filtered source control so that only changes to a project’s files trigger a ...
3
votes
1answer
2k views
Cruise Control and Mercurial. Setup problems
I am completely a newbie in continuous integration but I am trying to learn it.
Here is my set up.
I have a main production location. Computer A.
I have a virtual machine hosting Windows Server 2008 ...
