Search and Replace String Using the sed Command in Linux/Unix.
My Requirement & solution: We are maintaining the application in Linux machine (in AKS pods) and as a Devops team, we Got a requirement to replace some config values based on the environment (value need
How to use the variable group at runtime in Azure YAML Pipeline
When & Where to use? We received the request that we would like to pass the variable group as a runtime parameter so that whenever I run the pipeline, it should allow me to select
Bash Scripting – If Statement
The Bash Scripting is now a days mandatory language for most of the system admins/devops guys. so in upcoming articles we will shed light on the power and subtlety that is the Unix shell, I’d
Using secrets from Azure Key Vault in a pipeline
You know as a best practice, DevOps guys need to ensure all the secrets need to be kept inside the Keyvalut instead of using directly from the Azure DevOps Variable group. So, in this article,
Trigger Azure DevOps pipeline automatically using PowerShell
In many situations, we need to trigger pipelines automatically or from another pipeline (it may be another build pipeline or release pipeline). In my project, I had the same situation where I need to trigger
How to Create Your First simple Jenkins Pipeline
In our first Jenkins tutorial for beginners, we focused on how to install and configure Jenkins. In this tutorial, How To Create Your First simple Jenkins Pipeline. We'll keep it simple and avoid Maven or
Install Jenkins on Windows – A Step-By-Step Guide
In this article, we will go through the steps to download and install Jenkins on Windows. Jenkins is a free and open-source automation software used for building, testing, and deploying code to achieve the end