cruisecontrol.net

How do I send an email in CruiseControl.net that contains the svn commit messages and other details?

℡╲_俬逩灬. 提交于 2019-12-11 07:54:09
问题 I'd like to email the results of the build along with: svn revision(s) that are in the build commit message(s) for those revisions Other details like the location of where we ftp the resulting executables Can anyone point me to resources to show how to do this with CC.Net? I am able to get the standard email that is sent that contains a list of changes, but I see no way to modify the contents of the email. I don't want to send multiple emails. It looks like I need to set xslFiles, but it is

Error while building application using SVN and CruiseControl.net

假如想象 提交于 2019-12-11 06:29:06
问题 I am trying to integrate Automated build process using Cruisecontrol.net latest version using the source control as "SVN". While running the CruiseControl build I am getting below error. ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: E175002: Unable to connect to a repository at URL 'https://abc01.test.co.in:1234/svn/test/trunk/Myapp/My%20Test%20Application' svn: E175002: OPTIONS of 'https://abc01.test.co.in:1234/svn/test/trunk/Myapp/My%20Test

CruiseControl or CruiseControl.NET

只谈情不闲聊 提交于 2019-12-11 04:50:02
问题 I've been using the latest release of CruiseControl.NET (1.6.7981.1). It works fairly well, but the web dashboard is not the greatest and I dislike how the service refuses to start if any of the projects files have incorrectly configured XML. What are my options? How about using the main CruiseControl instead? Will it play nicely with MSBuild? Will it format the MSBuild results reasonably like the CruiseControl.NET "MSBuild Report"? I see that it hasn't had any releases since September 2010.

Cruise Control .Net server unable to detect modifications done on Starteam

一笑奈何 提交于 2019-12-11 03:28:58
问题 I'm using Cruise Control .Net 1.4 for Continuous integration and have installed it on my Windows 2000 desktop. I have Nant 0.85 for the Build. My Source control is in Borland Starteam 2005. I have the .Net 2003 framework installed which I use for creating VB.Net windows applications. I have installed CCNet and I think my CCnet.config file is configured correctly. The problem that I face is that whenever I change any code and check in Starteam, the modifications are not getting detected by the

How should I approach Continuous Integration and .NET Framework Versions

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 03:11:00
问题 I am just beginning the move to the .NET Framework 3.5. I use CruiseControl.NET for our Continuous Integration and would like to know how other people approach setting this up. I have a branch of the source code entitled NET3.5 but for now am keeping the trunk as 2.0. I have created two CruiseControl projects that checkout from the trunk and the branch. So I have two continuous integration projects even though there is only one code base. I think this is the correct approach because I need to

CruiseControl.Net on Windows Server 2003 x64

倾然丶 夕夏残阳落幕 提交于 2019-12-10 18:15:49
问题 I'm having an issue with CruiseControl.net where the web dashboard just won't work in IIS. I have tried switching ASP.Net between 64 and 32 bit modes and reinstalling cruise control, but nothing seems to work. Has anyone else had issues with CruiseControl.Net on 64 bit platforms? Cheers, Jamie [Edit] Thought I should clarify, I am getting a 404 error when I try access the website. I am using the correct address because it asks for authentication. The .aspx handler is working because I don't

How can I make the SSH client not ask for a passphrase when it is not required

烂漫一生 提交于 2019-12-10 15:56:09
问题 I'm trying to set up CC.net to build from my private Git repo. I have created a key pair, where the private key has no passphrase, and uploaded the public key to the server. I am able to do a git clone git@myserver:myrepo when just running it from the command prompt. The problem is that when I try to clone the repo, I have to specify the passphrase, even though there is none. This means that I have to press enter, and this causes the automated clone to hang forever (since there is noone to do

Check for modification failure in content Integration using VisualSVN Server and Cruisecontrol.net

╄→гoц情女王★ 提交于 2019-12-10 15:29:09
问题 I am using CruiseControl.net for continous integration. I've created a repository for my project using VisualSvn server (uses Windows Authentication). Both the servers are hosted in the same system (Os-Microsoft Windows Server 2003 sp2). When i force build the project using CruiseControl.net " Failed task(s): Svn: CheckForModifications " is shown as the message. When i checked the build report, it says as follows: BUILD EXCEPTION Error Message: ThoughtWorks.CruiseControl.Core

How to resolve “Only one project can be specified” error from <msbuild> task in CruiseControl.NET

时间秒杀一切 提交于 2019-12-10 14:33:09
问题 I'm trying to use the task in CruiseControl.NET version 1.3.0.2918 with a rather straight forward : <project name="AppBuilder 1.0 (Debug)"> <workingDirectory>c:\depot\AppBuilder\1.0\</workingDirectory> <triggers/> <tasks> <msbuild/> </tasks> </project> However, when the project is run it fails with this information in the build log: MSBUILD : error MSB1008: Only one project can be specified. Switch: 1.0 For switch syntax, type "MSBuild /help" When I look at the ccnet.log file I find this:

CruiseControl.NET and TortoiseSVN

此生再无相见时 提交于 2019-12-10 14:23:18
问题 Can the sourcecontrol block in CruiseControl.NET target TortoiseSVN? 回答1: CCNet is designed for using a subversion client of the form svn.exe rather than tortoisesvn directly (tortoisesvn has the svn client libraries compiled in). In general the only advantage to using tortoisesvn automation commands is for handy dialogs for user interaction - typically with ccnet the last thing you want is anything that will raise a dialog. 回答2: It can't use Tortoise specifically, but it can talk to