prism0x2A
Home
BLUE
AMBER
GREEN
Frameworks
Explorer
Fleet
Plans
GREEN/Azure DevOps Pipeline Gate

Azure DevOps Pipeline Gate

Microsoft EnterpriseRelease Gates

Fail the pipeline when your architecture health drops. Note: the cloud agent must be able to reach prism — in local mode that means a self-hosted/in-job runner (hosted Marketplace gate on the roadmap).

Gate URL

70
4090
0
010
3
010
https://your-prism-url/api/azure-devops/gate?minScore=70&maxCycles=0&maxDriftedCapabilities=3

YAML 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.