コンテンツにスキップ
Actionforge
Open
Discord Download
Docs
Open

Orchestrator

このコンテンツはまだ日本語訳がありません。

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.

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
|
  • 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