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
- Open Settings → Git Providers
- Add an Azure DevOps connection (if not already added — see Pull Requests)
- 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
| Status | Color | Icon |
|---|---|---|
| Succeeded | Green | ✓ |
| Failed | Red | ✗ |
| Running | Blue (animated) | ↻ |
| Cancelled | Gray | — |
| Waiting | Amber | ⏸ |
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