Install Jenkins on Ubuntu Machine

We've already seen introduction to Jenkins, Architecture, Sample Pipeline and other stuffs. In this post we will be seeing how you can install Jenkins on Linux machine: Ubuntu. Login to your Ubuntu machine and run below commands. Since Jenkins is a Java application, the first step is to install Java.  sudo apt update sudo apt … Continue reading Install Jenkins on Ubuntu Machine

Jenkins OpenShift Pipeline

In this post we will understand Jenkins OpenShift Pipeline i.e. How we can create Pipeline using Jenkins and OpenShift. We will try to understand in depth how one can use Jenkins and OpenShift for Continous Integration and Continuous Deployment.

Building a Spring Boot Application in Jenkins

In this post we will be seeing how we can build our first Spring Boot maven based Java Project in Jenkins. If you're not sure what Jenkins is I would strictly recommend to go through Introduction to Jenkins, Jenkins Architecture, Build first project in Jenkins.