In this article, we will be seeing how we can build a CI/CD pipeline in…
Tag: Pipeline
Building Your First Azure DevOps CI CD Pipeline: A Step-by-Step Guide
Image Source — Microsoft What is Azure Pipelines? Azure Pipelines provides cloud-based solutions. It develops and…
Automation
Continue Reading
How to run your postman (Newman) automation collection in a Continuous Integration environment like Azure DevOps build Pipeline?
Postman Introduction: Postman is a tool that simplifies each step of building and testing APIs….
DevOps
Continue Reading
How to pass a variable value between Azure Pipeline jobs (within the same stage)?
Since the jobs operate in different namespaces, passing variable values between them is unlike passing…
DevOps
Continue Reading
Sensitive Data in Azure Pipelines – Azure Variable Groups (Benefits and Real-World Examples)
Secret variables are variables that are encrypted and can be used in pipelines without having…