CircleCI

CircleCI integration on indie.money — continuous integration and delivery platform

Written By pvdyck

Last updated About 3 hours ago

CircleCI

Community — Available, not yet validated

VendorCircleCI
NodesCircleCI
Tier⬜ Community
AuthAPI Key via Secure Vault

Overview

Interact with CircleCI pipelines from your workflows. Trigger new builds, retrieve pipeline status, and list pipelines for a project.

Authentication

API Key via Secure Vault. Connect via the credential configuration modal when deploying an agent that uses this node.

Resources & Operations

Pipeline

OperationDescription
GetRetrieve a specific pipeline by number
Get AllList pipelines for a project, optionally filtered by branch
TriggerTrigger a new pipeline run, optionally specifying a branch or tag

Parameters

  • Project Slug — The CircleCI project identifier (e.g., gh/org/repo).
  • Pipeline Number — The pipeline number to retrieve (Get operation).
  • Branch — Filter pipelines by branch (Get All) or specify target branch (Trigger).
  • Tag — Specify a git tag to build (Trigger operation).

Tips

  • Use Trigger to kick off CI builds from external events, such as a merged PR or a scheduled workflow.
  • Combine Get All with branch filtering to monitor build status for specific feature branches.
  • Chain Trigger with a wait/polling loop and Get to create build-and-verify workflows.

Status

This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.