ConductoreComing soon — $49

Pipeline Monitoring

Conductore shows Azure DevOps pipeline status directly in the sidebar, so you can see build and deployment results without switching to a browser.

Setup

  1. Open Settings → Git Providers
  2. Add an Azure DevOps connection (if not already added — see Pull Requests)
  3. The pipeline status indicator appears automatically in the sidebar next to each project linked to an Azure DevOps repository

What's displayed

For each project with a linked Azure DevOps pipeline:

  • Latest run status: succeeded / failed / running / cancelled
  • Pipeline name and run number
  • Branch the run was triggered from
  • Elapsed time or completion time
  • Click to open the run in Azure DevOps in your browser

Status indicators

StatusColorIcon
SucceededGreen
FailedRed
RunningBlue (animated)
CancelledGray
WaitingAmber

Refresh

Pipeline status refreshes automatically every 60 seconds when the panel is visible. Click the Refresh button to force an immediate update.

Limitations

  • Currently supports Azure DevOps only (GitHub Actions and GitLab CI are planned)
  • Shows the most recent run per pipeline definition
  • Requires the Azure DevOps PAT to have Build (Read) scope
Pipeline Monitoring | Conductore Docs