OUR CURRENT BUILD PROCESS We\'re a small team of developers (2 to 4 people depending on project) who currently use Phing to deploy code to a staging environment, before going live. We keep our code i
Normally I would have one junit test that shows up in my integration server of choice as one test that passes or fails (in this case I use teamcity).What I need for this specific test is the ability t
I am referred to Hudson today. I have heard about continuous integration before, but I have no idea what the heck is a ci-server.
I started using ccnet to build my project. This is quite new issue for me so I have some problems. First thing: Why does ccnet copy directory with my project to another directory (ccnet creates new f
How do you handle versioning in a continuous integration environment where there is a development branch and a release branch? I\'m using git so there is no incrementing repository version to use. See
I need to set up a continuous integration system. We use ClearCase version control and only snapshot views due to platform restrictions. I have tried setting up Hudson and Luntbuild. They both show th
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am working on a system that performs continuous integration and I am looking for a method I can use to get the most rec开发者_开发技巧ent changeset from a Mercurial repository without creating a rep
Closed. This question is off-topic. It is not currently accepting answers. 开发者_C百科Want to improve this question? Update the question so it's on-topic for Stack Overflow.
We use TeamCity for continuous integration and Git for source control. Generally it works pretty well - convenient, modern and good us quick feedback when tests fails.