Orchestrator
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
The Actionforge Orchestrator is a managed CI/CD platform that serves as the control plane for your automation pipelines. It coordinates distributed agents, manages projects across multiple version control systems, and provides real-time monitoring of pipeline execution.
🏗️ Architecture
Section titled “🏗️ Architecture”The Orchestrator follows a hub-and-spoke model:
- Orchestrator (hub): Schedules and queues pipeline runs, stores configuration, serves the web UI
- Agents (spokes): Distributed workers that claim and execute jobs, streaming logs and metrics back to the orchestrator
✨ Key Features
Section titled “✨ Key Features”- Multi-VCS support: Connect repositories from GitHub, Git (HTTP/SSH), Perforce, or host pipelines directly on the orchestrator
- Distributed agents: Run jobs on any infrastructure with labeled agents for targeted scheduling
- Real-time streaming: Live logs, agent metrics, and queue updates via Server-Sent Events
- Secrets management: Built-in secrets store or Bring Your Own Vault (HashiCorp Vault)
- Artifact storage: Local storage or S3-compatible backends with multiple proxy modes
- Organizations: Multi-tenant with org-level security policies and token scoping
- Visual pipelines: Execute Actionforge graph-based workflows (.act files)
- Queue management: Drag-to-reorder pending jobs, bulk cancel, real-time queue view
- Trigger configurations: Parameterized triggers with matrix variables and versioning