I\'ve been dealing with the problem of scaling CI at my company and at the same time trying to figure out which approach to take when it comes to CI and multiple branches. There is a similar question
I\'m using Selenium for automated testing my websites. I have around 100 test cases and I want to run them every 开发者_如何学Goday by making Test Suite automatically. I had written my test cases in S
CCNET questions - Here\'s the scenario: I\'ve got 10 developers doing local development to a Sitecore installation w/GIT as version control. When done with their feature/fix they push to an integrat
So we have our own private Maven repository that we publish snapshot builds to. We have lots builds so diskspace is starting to become a problem for all our snapshot builds. While its fun and all to
I\'m posting a part-question, part-rambling in the hope that it will generate discussion as well as answer my question, which is more a series of requirements if I\'m honest.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I\'m trying to create a C++ CI environment by using CDash. I\'ve got CDash running on my computer and I can send some results to it from the CDash clients, by running the ctest manually.
When I just run the snippet of the following from the command line in Windows XP, the Ant target executes as I expect. However, when I run it from Hudson (v1.398) it says the script completes fine, bu
I\'m basically wondering if, in a Jenkins project configuration, one can refer to a variable for the Git plug-in\'s URL of repository field. For开发者_JS百科 example: $MY_REPO.I think we can conclude
We have divided our folder structure into Client tier and the server side( WPF front end and WCF server side) divide by the solution folders . But both lie under a same solution .The projects has incr