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.

Docker run Container and get inside it

IN THIS POST WE WILL BE SEEING HOW ONE CAN RUN DOCKER CONTAINER AND GET INSIDE IT. Continuing to our series Docker for Beginners, In the previous post we’ve seen What is Docker and its related terminologies, How one can get started with Docker. In this post we will be seeing how to pull existing docker image run container and get inside the same.

Install Docker on Ubuntu 18.04

Continuing to our series Docker for Beginners, In the previous post we've seen What is Docker and its related terminologies. In this post we will be seeing how one can get started with Docker i.e. Installation of Docker on Ubuntu 18.04