Can anyone help me to setup Cruisecontrol.net with git repository.
This is what I include in the cruisecontrol config file
<project name="MyFirstProject"
description="demoproject showing a small config">
<sourcecontrol type="git">
<repository>git@test.unfuddle.com:test/testplayground.git</repository>
<branch>master</branch>
<autoGetSource>true</autoGetSource>
<executable>C:\Program Files (x86)\Git\cmd\git.exe</executable>
<tagOnSuccess>false</tagOnSuccess>
<tagCommitMessage>CCNet Build {0}</tagCommitMessage>
<committerName>CCNET</committerName>
<committerEMail>tranjan@gmail.com</committerEMail>
<tagNameFormat>CCNet-Build-{0}</tagNameFormat>
<workingDirectory>c:\TestCCNET\</workingDirectory>
<timeout>600000</timeout>
</sourcecontrol>
But when I run the ccnet console it fails.
I used openSSH keys(private and public).
I think it is something wrong with authentication.
When I use git bash to clone the repository it is working. But fails with CCNET
I spent more than 2 days to setup my build server. still can't get it right.
I need some assistance/guidance.
Is there a proper article or blog that describe correct steps ?
I search all over the internet and tried lots of things. Didnt work :(
Thanks in Advance