cruisecontrol.net

relative links not working in CruiseControl.NET HtmlReportPlugin

倾然丶 夕夏残阳落幕 提交于 2019-12-13 02:56:19
问题 I have a merge task in the publisher area of my CruiseControl.NET project that successfully copies a collection of html and png files to the artifacts directory. I've enabled the HtmlReportPlugin in the dashboard like this: <buildPlugins> <buildReportBuildPlugin> <xslFileNames> <xslFile>xsl\header.xsl</xslFile> <xslFile>xsl\compile.xsl</xslFile> <xslFile>xsl\modifications.xsl</xslFile> <xslFile>xsl\MsTestSummary2010.xsl</xslFile> </xslFileNames> </buildReportBuildPlugin> <buildLogBuildPlugin

CruiseControl.net Email

有些话、适合烂在心里 提交于 2019-12-12 21:04:28
问题 We have CruiseControl doing nightly builds for us. If the nightly build fails it sends out an email. The programmer will fix the problem check in his/her changes then do a force build. If the build fails then an email is sent again. Is there a way to not send email when a force build is pressed. 回答1: I don't think it is possible in 1.4. But, it should be possible in 1.5 with the new tag "dynamicvalues" for the Email publisher. This tag should have two variables you may be able to check. Since

DELPHI and WANT or NANT

限于喜欢 提交于 2019-12-12 18:17:55
问题 We use cruise control .net to do our Continuous Integration in our Delphi 2006 application. We use a setup similar to the one described here. QUESTION: 1) What is the best scripting tool/language to use implement the build script? 2) Are there any advantages of using WANT over using NANT? (NOTE: D2006 is not compatible with MSBuild) 回答1: I never used WANT, but NANT works fine with any Delphi version. I presume NANT is also better supported and has more features you can use since it is used

How do I trigger a CruiseControl build remotely?

本秂侑毒 提交于 2019-12-12 06:37:28
问题 I have a CruiseControl.net (v1.8.4.1) server that runs builds based on a trigger that checks for changes in Git. I would like to be able to initiate a parameterized build remotely, by giving the parameters to a URL. Something like "http://cruisecontrol.local/api/build?job=PreCommitBuild&project=widgets&branch=feature/story123". The end goal is to have a review system such as that built into Gerrit or Stash be able to initiate a build for a specific branch, by posting some parameters to the

CruiseControl.net Remoting - ForceBuild with reason

放肆的年华 提交于 2019-12-12 04:25:31
问题 CruiseControl.net ships with the ability to connect to a CruiseControl.net server using .net remoting. I've been able to connect and achieve all we need - a much more advanced version of the CCtray. However, a project can be configured to ask for a buildReason, this is fulfilled by subscribing to the ICruiseServer.ForceBuildReceived event, which as an argument takes an object which allows the reason the be returned. http://www.opensourcejavaphp.net/csharp/cruisecontroldotnet/ICruiseServer.cs

SVN commit using cruise control

冷暖自知 提交于 2019-12-11 21:57:30
问题 i am using cruise control to automate the svn commit process. but the execution of svn commit command restores the files which i deleted from my working copy. the way i am doing is. 1. delete some files in my working copy.( no. of files in my WC is less than no. of files in repository) 2. execute svn command using cruise control. <exec executable="svn.exe"> <buildArgs>ci -m "test msg" --no-auth-cache --non-interactive</buildArgs> <buildTimeoutSeconds>1000</buildTimeoutSeconds> </exec> result:

How does Cruise Control .NET use build / test tools?

允我心安 提交于 2019-12-11 20:28:37
问题 I am fairly new to CC .NET but have used other build tools in different environments (not C#) previously. My question is, when I choose NAnt as a Build Tool (for build scripts) & NUnit as a Test Tool (for testing) does CC .NET execute the command line for these tools with the parameters I specify in the config file? For example I have NAnt installed for my build scripts, will CC .NET execute NAnt.exe in the NAnt directory in order to build a project or does it do it by "other means"? Thanks.

Process timeout without showing any error in test execution using cc.net

ε祈祈猫儿з 提交于 2019-12-11 10:47:28
问题 nunit tests fails when run through cc.net saying process timeout. Process has been killed All works fine when through nUNit or VS. Also cc.net will then show the results of previous build even if the build is a clean one. Any help plz. 回答1: The default timeout is 600 seconds. If your tests start to exceed that the build will fail with no indication. You may need to up the timeouts for your cc.net nunit task 回答2: If you are seeing the results from a previous build, it is probably because you

How to trigger a cruise control .net build manually?

偶尔善良 提交于 2019-12-11 10:37:44
问题 I am trying to install cruise control on a windows server 2012, but there are some issue with IIS so I can not access the dashboard website. I have modified the ccnet.config, is there a way to trigger the build without using dashboard website, so I can verify whether my setting is correct. Please help, thank you. 回答1: CC.Net "Tray" can be used to pop off builds..without going through the website. How to get CCTray however, cctray needs to talk to some kind of service........so you may be in a

What does it mean apply-templates select='*'?

回眸只為那壹抹淺笑 提交于 2019-12-11 07:59:46
问题 Forgive me I just learned the XSL , And I have trouble to understand the apply-templates well. In my understanding. apply-templates will find the nodes match the select . and search in the current xsl document if there is a template defined for specified select nodes. then apply the style to these nodes. For Example: <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> <cd>