Ad
Poll
  • Your favorite way to manage packages is?

    View Results

    Loading ... Loading ...
Feeds:
  • bodytext bodytext bodytext
Most popular search terms:
Stats
    Since publication, this page was visited 349 time(s).
Selenium grid hardware and system requirements. Optimizing for just one GRID or many GRIDs in paralell
Selenium is very sensitive to system configuration. Particularly memory requirements are huge. Here we explore how to setup optimal Selenium Grid system.  read all...
GAnt vs. Ant (comparison, advantages and drawbacks GAnt)
Ant is great and stable tool and yet it has many issues and limitations. GAnt is a newer and yet-not-mature alternative which has no limits. So, is it a time to port your Ant scripts to GAnt? read all...
Port or convert Ant builds to GAnt. Example with maven integration (embedded GAnt)
GAnt may make things simpler. For example, it is a replacement for AntContrib, which served well the ant builders. Porting from ant to gant is actually straightforward, but slight differences in both tools might cost your days of work. read all...
Parsing TeamCity log output. Analyse, find reasons for unique or systematic problems
What is great in TeamCity is how it logs things. You can have it write down every bit of information in the way, that allows you to understand the build process and problems with it read all...
Copy or move Hudson instance to another server. Add slave node to new instance
We have this build Hudson CI, which is always busy. It has old hardware, located in the subnetwork with lots of limitations and thus is always a bottleneck during our builds. We need to relocate... read all...
Developing TeamCity plugins with groovy and spring. Explained, step-by-step example
Recently, I refactored one TeamCity plugin, called groovyPlug. Here is what I learned about developing with Groovy for TeamCity. read all...
Choosing continuous integration (CI) tool. Comparison : CruiseControl, Hudson, Continuum vs. TeamCity
Comparing CI tools: TeamCity vs. the pure Open Source CI. You choosing your CI Tool, what are advantages and drawbacks of commercial CI in comparison with Hudson or Cruise Control? read all...