Cruise control and Mercurial. Setup issues

I am completely new to continuous integration, but I am trying to learn it.

Here is my setup.

I have a major manufacturing site. Computer A. I have a virtual machine running Windows Server 2008 in which Cruise Control.NET is installed and running. Computer B I use Mercurial as my source control installed on computer A.

Everything is configured, and I can see the cruise control report on my computer B web server, and I can use it in my repository on the computer web server.

The problem is this:

From my B management console for computer B, I have the following error:

Source control error: Failed to execute file [c: \ develop \ CCnet \ WorkingDir \ hg]. The file may not exist or may not execute. File not found 'C: \ develop \ CCnet \ CCnetrtifacts \ msbuils-results.xml.

What I did was that I copied my project directory to the cruise control computer c: \ develop \ CCnet \ WorkingDir \

and here is my original control unit included in my ccnet.config:

<sourcecontrol type="hg">
<repo>http://mylocalmachinewebserver<repo>
<workingDirectory>c:\develop\CCnet\WorkingDirectory<workingDirectory>
</sourcecontrol>

Can someone help me understand my problem?

Many thanks

+3
source share
1 answer

? , , -, , . hg cruisecontrol?

+3

Source: https://habr.com/ru/post/1738577/


All Articles