PlatformRepositories & CI/CD
Repositories & CI/CD
Connect repositories and run pipelines on the eQuantic Runners.
Connect repositories
Use the GitHub App (recommended) for fine-grained, organization-managed permissions, with short-lived installation tokens. GitLab, Bitbucket and Azure DevOps are also available.
Pipelines
The platform interprets your YAMLs (GitHub Actions, GitLab CI, Bitbucket) and runs the jobs on the eQuantic Runners. Features:
- Job graph derived from
needs:dependencies, with matrix builds expanding into parallel nodes. - Live logs per step, with re-run of everything / failures only / an individual job.
- Visual step editor (drag and drop) and an advanced editing mode for the YAML.
- Manual approval before production deploy (N-of-M quorum) and protected environments.
- Configurable cache and per-repository secrets/variables, with references to service variables.
Each run executes on an ephemeral, isolated runner; secrets are injected as env vars at run time and masked in the log pipeline.