#90daysofdevops
Read more stories on Hashnode
Articles with this tag
One 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...
Task-01 Fork this repository: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Read About GitHub WebHooks...
Git 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...
Git branching strategy (or version control branching strategy) is the model used so that your codebase evolves in a logical, consistent, and mostly...
In this article, we will learn below Points. · What is Kernel? What is Shell? What is Linux Shell Scripting? Task -> What is #!/bin/bash? can we...
A Linux Command is a program that runs on a Command line interface(CLI). Linux commands are case-sensitive. cd - cd command is used to change the...