continuous integration

Avoid Unnecessary Builds with Jenkins, Maven and SVN

Sooner or later your CI server will became very busy, and your frustration will grow because of increasing wait time for each build. One thing you can do to improve the situation is to avoid running jobs when there is no need to do so.

I use Jenkins + Maven + SVN in this example, but you can use this "tricks" also when using different technologies - Gradle, Git etc.

 

Failed Build? Never Again!

Oh, a failed test again! And not on your local machine but on the CI server! What to do, oh, what to do?!

 

Cleaning Old Artifactory Artifacts

Problem: growing number of our own released artifacts (JARs/WARs) in our Artifactory. Solution: regular cleaning. This post explains how.

 

Java 7, Jenkins, Ubuntu 12.10 64bit issues

While installing Jenkins 1.486 on Ubuntu 12.10 server (64bit) with Java 7u9 I had two issues with libXrender.so.1 and libXtst.so.6 when running the first Maven build. I solved them and this post contains the solution.

 

Jenkins Plugins - part III - Towards Continuous Delivery

This is a continuation of my mumblings about useful Jenkins plugins (see previous posts here and here). As we progress towards continuous delivery I learn a lot about new plugins.

 

Jenkins Plugins - Part II - Varia

This is a continuation of my mumblings about useful Jenkins plugins (see the first post here: http://kaczanowscy.pl/tomek/2012-05/recommended-jenkins-plugins). As we progress towards continuous delivery I learn a lot about new plugins.

 

Jenkins Plugins - View Customization

Jenkins provides a lot of useful plugins but you do not need all of them. Here is the list of plugins I use to customize the view of Jenkins.

 

Gather All Your Development Documentation In One Place

Want to have always the latest documentation and database schema available? Then build it on your CI!

 

Why Nightly Build Is A Must-Have

That is pretty cool that your CI polls SCM every minute to build and tests your code instantly. However, you still need a nightly build. Read why.

 

Invoking m2release plugin on Hudson with cURL

A short information on how to execute a M2 Release Plugin on Hudson CI using cURL

 

 
 
 
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.

 
 
 

Please comment using
 
Syndicate content