I\'ve a git repository administered by gitosis on my server. On the same server I have teamcity for my CI.
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:
We are using Maven and Spring and current execute our tests by using Sy开发者_JAVA技巧stem properties and test with this line.
Is there a simple way to have TeamCity include a text or html change-log as one of its output artifacts?
I run a sequence of integration tests of several components as a part of a CruiseControl.Net project. Then I merge PartCover 开发者_开发知识库reports into the overall build report and here comes the p
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发知识库
Is there a way to 开发者_如何学Pythonconfigure Sonar or the Sonar Maven plugin to make a build fail when a violation of a certain priority (Blocker, Critical) is detected?you have to define alert thre
I work at a software company where our primary development language is Java. Naturally, we use Hudson for continuous builds, which it works brilliantly for. However, Hudson is not so good at some of t
I want to set up a CI server for a personal project I\'m doing with some colleagues as a learning exercise.
Imagine a Java project built using Maven for which I have: some fast-running unit tests that: developers should run before committing