🔷
Azure DevOps Pipeline Gate
Microsoft EnterpriseRelease Gates
Block releases automatically when your architecture health drops. Zero-configuration quality gate for Azure DevOps.
Gate URL
70
4090
0
010
3
010
https://your-prism-url/api/azure-devops/gate?minScore=70&maxCycles=0&maxDriftedCapabilities=3YAML Pipeline Task
- task: InvokeRestAPI@1
displayName: 'PRISM Architecture Gate'
inputs:
connectionType: 'connectedServiceName'
serviceConnection: 'PRISM Architecture'
method: 'GET'
urlSuffix: '/api/azure-devops/gate?target=$(Build.Repository.LocalPath)&minScore=70&maxCycles=0&maxDriftedCapabilities=3'
successCriteria: "eq(root['succeeded'], true)"
waitForCompletion: 'false'Requires a Generic service connection named "PRISM Architecture". See the setup guide below for details.
Extension Manifest
For publishing to the Azure DevOps Marketplace
Coming soon: PRISM in the Azure DevOps Marketplace — one-click install, no URL configuration needed.
Setup Guide
🛒
Coming soon: PRISM in the Azure DevOps Marketplace
One-click install for your entire Azure DevOps organization. No manual webhook setup. Just install and gates start working.