Day 26 Task: Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarati...Apr 24, 2023·2 min read
Day-22: Getting Started with JenkinsWhat is Jenkins? Jenkins is an open-source automation tool written in Java programming language that allows continuous integration - continuous delivery and deployment. Jenkins is a tool that is used for automation, and it is an open-source server th...Apr 16, 2023·2 min read
Advance Git & GitHub for DevOps Engineers - Day11Git Stash: Let us first understand the term stash. The Word "Stash" Means- storing something safely in a hidden place. With the help of the git stash command, we can save our uncommitted changes (both staged and unstaged)in a place so that we will us...Apr 16, 2023·2 min read
Git BranchingGit branching strategy (or version control branching strategy) is the model used so that your codebase evolves in a logical, consistent, and mostly “easy to understand” way. Each repository has one default branch and can have multiple other branches....Apr 4, 2023·4 min read
Day 9 Task: Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? Git is free, open-source, speedy, and scalable, making it the world's most popular version control system used for tracking source code changes. It allows multiple developers to work together on non-linear develop...Apr 3, 2023·3 min read
Day 8 Task: Basic Git & GitHub for DevOps Engineers.What is Git? Git is a version control system. It is an open-source distributed version control system used for tracking changes in source code during software development Git is used to collaborating on code. It is developed to coordinate the wor...Apr 2, 2023·4 min read
Day 7 Task: Understanding package manager and systemctlWhat is a package manager in Linux? A Linux package manager is a tool that helps users to install, remove, update, configure, and manage software packages on their operating system. To understand a package manager, we must understand what a package i...Mar 30, 2023·3 min read