Tutorials about jenkins

Install Jenkins on ubuntu

In my last project, I needed to use Jenkins. Jenkins is an automation engine which supports continuous integration and automated testing. In this article, we will see how can we install it on ubuntu

Configure Jenkins Email Notification

Jenkins can notify us about the status of each build via email. In this tutorial, we will test whether Jenkins Email Notification works and see how can we configure it.

Your first Jenkins job

The Jenkins automation server allows to automate the building and testing of software project. In this tutorial, we will see how can we automate the building and testing of a fictitious software project.