Product
Azure Pipelines
Marketplace AppsServiceNow Marketplace
Continuous integration and continuous delivery (CI/CD) for any platform.
☆☆☆☆☆ 0.0 Based on 0 Reviews
Azure Pipelines
Learn More
About the Azure Pipelines
Azure Pipelines is a cloud-based service that automates the software delivery process, combining continuous integration (CI) and continuous delivery (CD) to automatically build, test, and deploy code projects to any destination. It's a core component of Microsoft's Azure DevOps suite. Azure Pipelines supports all major languages and project types, allowing developers to define their CI/CD workflows using YAML files (pipelines as code) or a visual editor. It offers both Microsoft-hosted agents (virtual machines with pre-installed software for various platforms) and self-hosted agents (for greater control over environment and custom software). Key functionalities include automatic triggers for builds on code changes, parallel job execution for faster builds, robust testing frameworks, deployment to various targets (Azure, AWS, GCP, on-premises, Kubernetes, serverless), and integration with source control systems like Azure Repos, GitHub, and GitLab. Azure Pipelines aims to streamline the software development lifecycle, improve code quality by catching bugs early, and accelerate time-to-market.