Software Build and Release Specialist

Latest Entries
Jan 30

Project Build Dependencies in CruiseControl.NET

CruiseControl.NET allows you to trigger a build base on another build’s successful completion. This is useful in that it allows builds with dependencies to be fully automated. When one is built successfully, another or more will be triggered. Here is an example code snippet: Within the <triggers> block, you can add an additional trigger similar [...]

Jan 15

The Burnout Factor As a Build and Release Engineer

Software Build and Release has such a hectic schedule–sometimes you just can’t help it but to get caught in it all and get burned out.  Aside from a successful proposal of a new build and release infrastructure and getting all the development teams on board, the headache starts when the implementation and back-to-back release schedule [...]

Jan 13

Build Stream Concepts

Previously I had published a blog describing the various build types associated with agile and continuous integration models but had left out another model mainly used within the Java based software.  This was brought to my attention from a comment by Paul Keeble.  The model is usually referred to as “integration streams” or “multi-build streams.”  [...]