DevOps Intro

Jenkins Architecture

Jenkins architecture consists primarily of two elements, Jenkins master andSlaves. Jenkins Master: Jenkins master contains key configuration like Plugins, Jobs, Users, Global Security, Logs and more. It uses TCP/IP…

4 years ago

Installation and Setup of Jenkins

Mac OS Install Homebrew Installation of Jenkins on MacOS can be performed using Homebrew. If Homebrew is not already installed,…

4 years ago

GitHub Branching and Merging Strategy

The main branches MasterDevelop Master branch by default exists in a remote repository when the repository is initialized and first…

4 years ago

Git Commands

Create new branch New branch can be created using "git branch"command. Here new branch name is "branch1". This will create…

4 years ago

Pushing First File to GitHub

Note: Before starting this, let's assume initial setup of Git and GitHub is already done. First create a directory on…

4 years ago

Setup of Git & GitHub

What is Git Git is an open source distributed version control system which can be installed on users' machines and…

4 years ago

Source Code Management

SCM is the process of managing the source code of software application/s in a centralized, managed place known as Source…

4 years ago

Introduction To The Tools Involved In DevOps Process

Source Code Management(SCM) Tools Developers' code and code modifications are stored in Source code repositories which would help to incorporate…

4 years ago

Continuous Integration & Continuous Delivery Pipeline

CI-CD pipeline is the automated flow of steps involved in software delivery process. These pipelines remove the manual errors and…

4 years ago

Common DevOps Activities

Tools Installation and configuration Many people think DevOps as a single tool or as a kind of dashboard that they…

4 years ago