How to pass objects between tasks in Azure pipeline
In our previous post, we already discussed about "How to pass values between Tasks in a Pipeline" where we can pass single value from one task/job/stage to another in pipeline. But incase, if you want
Linux Environment Variables
What Are Linux Environment Variables? Linux environment variables are dynamic values that the operating system and various applications use to determine information about the user environment. They are essentially variables that can influence the behavior
Delete File or Directory in Linux with Scheduled Azure DevOps Pipeline
In my working environment, we are managing more Linux based Agent machines for building the solution to create artifacts and we got required to clean the build artifacts on regular manner in automatic way
Different ways to List Environment Variables in Linux
An environment variable is a dynamic object that defines a location to store some value. We can change the behavior of the system and software using an environment variable. Environment variables are very important in
How to Drop SQL database using PowerShell
My Scenario: As a System Admin/DevOps Guys, we got urgent cost optimization process and it need to done in very less time frame. From the cost optimization list, one of the action is to clean
Pull and Push Docker Image to Azure Container Registry using Azure Devops pipeline
When you want to develop and implement the container application in Azure. The first and main step you would execute is to build the images and push them into the our own private Registry (ex:
A Step-by-Step Guide to Set Environment Variables in Linux
What Are Environment Variables in Linux? Environment Variables in Linux are dynamic values that the operating system and various applications use to determine information about the user environment. They are essentially variables that can influence
How to pass values between Tasks in a Pipeline using task.setvariable Command
Problem ? Azure DevOps pipeline is a set of Tasks which can perform a specific task and these tasks will run inside a Agent Machine (ie., Virtual Machine). While Task is executing, it will be