We have a huge amount of htmlsuite deisgned by business analyst and we want to launch them during continuous integration (or every night) automatically. The problem is that the machine with selenium-R
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
There has been some discussion in abandoning our CI system (Hudson FWIW) due to the fact that our projects are somewhat segmented. Without revealing too much, you can think of each project as similar
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We\'re using git for version control and the workflow is such that people do their work in a branch.In order to benefit from CI in that bra开发者_JS百科nch we want Hudson to build it and test it.Howev
I have some problems with the TeamCity MSBuild replacement I think. I\'ve tried to compile a Delphi 2010 Project (MSBuild compliant) with NAnt using the MSBuild task (NAnt Contrib).
I\'m looking to create an automatic build server which runs either when the developer check in changes to a solution or a certain time frame is reached (say 24 hours).
I have installed hudson on Ubuntu server and then run java -jar hudson.war, giving me this exception error message:
I am trying to compile a Delpho 201开发者_Go百科0 project using the msbuild tool. Unfortunately when firing the command
We have started using Hudson, and the current workflow is: checkout locally > code > run tests > update > run tests > commit