DevOps - Santhi's Blog

Docker Basics

In this article, we will look at the basics of docker and what’s the advantage of using it. What is Docker? Docker is an open-source platform for developing, running and shipping applications.  This was developed by Docker, Inc in the year 2013. It’s a platform as a service (PaaS) product that use OS-level virtualisation to

Jenkins Integration with SonarQube

In this article, we will look at Jenkins integration with SonarQube. Let’s look at the steps below Outcome expected is that when changes are made in code & gets committed, then Jenkins build will automatically do the build with Sonar scan analysis. Step 1: Install required prerequisites Step 2: Install Sonar Scanner plugin Under Manage

Triggering Build Automatically through Jenkins Job

In this article, we will look at triggering the build automatically through Jenkins job when GIT push happens. Below are the steps Step 1: Install the required prerequisites. Step 2: Configure Jenkins .  Maven ->Add MAVEN_HOME variable value (i.e. path of the maven file on your system) . Java -> Add JAVA_HOME variable value Step