List/Grid Tag Archives: Continuous Integration

Jenkins hierarchical jobs and jobs status aggregation
As you probably know, Jenkins is highly configurable CI server. We can setup different custom build process. And I’m going to share some approach I’ve been using to setup ...

Using Hudson/Jenkins to diagnose that intermittent failure
I have been working on one of those intermittent bugs that just won’t reproduce on my machine; but will reproduce intermittently on other machines while they are running automated ...

Jenkins: Deploying JEE Artifacts
With the advent of Continuous Integration and Continuous Delivery , our builds are split into different steps creating the deployment pipeline. Some ...

Android and Jenkins: Continuous Integration
By using Jenkins, it’s pretty easy to get a Continuous Integration server set up with an Android project. But before you dive into setting up the software itself, it’s very helpful ...

Build Flow Jenkins Plugin
Most of us we are using Jenkins/Hudson to implement Continuous Integration/Delivery, and we manage job orchestration combining some Jenkins plugins like ...

Managing Jenkins job configurations
In JBoss Tools and Developer Studio, we manage a lot of build jobs in Jenkins. In fact, for the 3.2.x/4.x and 3.3.x/5.x streams, there are over 195 jobs. When we start building our ...

Maven Build Dependencies
Maven and Gradle users who are familiar with release and snapshot dependencies may not know about TeamCity snapshot dependencies or assume they’re somehow related to Maven (which ...

TeamCity Build Dependencies
Introduction The subject of build dependencies is neither a trivial nor a minor one. Various build tools approach this subject from different perspectives contributing various solutions, ...

Taking over the Codebase, Solving the Spaghetti Crisis
We’ve all been there. Somebody asks if you can take a look at their website that has been stagnant for a while. Something small needs to be changed. You feel up for a challenge, so ...


