Get CircleCI Pipeline
detail.loadingPreview
Retrieve pipeline information from CircleCI.
About This Workflow
This workflow allows you to fetch details about a specific pipeline in CircleCI. It's triggered manually and uses the CircleCI node to interact with the CircleCI API.
Key Features
- Manually trigger the workflow.
- Connect to CircleCI using API credentials.
- Specify the VCS and project slug to target a specific pipeline.
How To Use
- Ensure you have valid CircleCI API credentials configured in n8n.
- Enter the
VCS(e.g.,githuborbitbucket) and theProject Slug(e.g.,your-org/your-repo) for the pipeline you want to retrieve. - Click 'execute' on the manual trigger node to run the workflow.
Apps Used
Workflow JSON
{
"id": "af54973e-5f1a-40b9-afb1-9040efbd4e08",
"name": "Get CircleCI Pipeline",
"nodes": 18,
"category": "DevOps",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: af54973e-5f1a...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Automate Qualys Report Generation and Retrieval
Streamline your Qualys security reporting by automating the generation and retrieval of reports. This workflow ensures timely access to crucial security data without manual intervention.
Automated PR Merged QA Notifications
Streamline your QA process with this automated workflow that notifies your team upon successful Pull Request merges. Leverage AI and vector stores to enrich notifications and ensure seamless integration into your development pipeline.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.