Pipeline Visualizer
Interactive visualization component for CI/CD pipelines with real-time status updates
Pipeline Visualizer Component
The Pipeline Visualizer component provides an interactive way to visualize and monitor CI/CD pipelines across different platforms.
Features
- Real-time pipeline status updates
- Interactive stage inspection
- Support for multiple CI/CD platforms
- Timeline view with detailed logs
- Stage dependency visualization
Usage
API Reference
Props
Prop | Type | Description |
---|---|---|
pipeline | Pipeline | Pipeline configuration and status |
refreshInterval | number | Update interval in milliseconds |
onStageClick | (stage: Stage) => void | Stage click handler |
theme | "light" | "dark" | Visual theme |