Jenkins
-
Enterprise Java
Automating the Release of Java Artifacts Using Jenkins on Window
This post will show how to automate the release process of a Java Web Application (Student Enrollment Application developed using…
Read More » -
Enterprise Java
Continuous Delivery for Heroku With Jenkins
A continuous delivery pipeline that leverages Jenkins and targets Heroku is fairly simple to set up, provided you install the…
Read More » -
Software Development
Git flow with Jenkins and GitLab
At work I recently transitioned from TFS to using Git as our source control management. After introducing the team to…
Read More » -
Enterprise Java
Maven Reports in Jenkins
Code quality is a sensitive topic. It affects your maintenance cost as well as your customer satisfaction. Not to mention…
Read More » -
Software Development
Code Quality stage using Jenkins
In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a…
Read More » -
Enterprise Java
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…
Read More » -
Software Development
Jenkins Description Setter Plugin for Improving Continuous Delivery Visibility
In Continuous Delivery each build is potentially shippable. This fact implies among a lot of other things, to assign a…
Read More » -
Software Development
Jenkins enhancements without plugins
Jenkins is a popular open source continuous integration server. I use it heavily. Jenkins is super extensible CI server with…
Read More » -
Software Development
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…
Read More »