DevOps

2208, 2024

Delete File or Directory in Linux with Scheduled Azure DevOps Pipeline

By |Tags: , , , |0 Comments

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

108, 2024

Pull and Push Docker Image to Azure Container Registry using Azure Devops pipeline

By |Tags: , , , , |0 Comments

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:

407, 2024

A Step-by-Step Guide to Set Environment Variables in Linux

By |Tags: , , , |0 Comments

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

404, 2024

How to Continue Azure Pipeline on failed task

By |Tags: , , , , , |0 Comments

Introduction Sometimes failing scripts are not failing the task when they should. And sometimes a failing command should not fail the task. How to handle these situations by Continue Azure Pipeline on failed task? In

Go to Top