CircleCI
The CircleCI node allows you to automate work in CircleCI, and integrate CircleCI with other applications. Robbot Automation has built-in support for a wide range of CircleCI credentials, including getting and triggering pipelines.
On this page, you'll find a list of operations the CircleCI node supports and links to more resources.
!!! note "Credentials" Refer to CircleCI credentials for guidance on setting up authentication.
!!! note "Examples and Templates" For usage examples and templates to help you get started, take a look at Robbot Automation's CircleCI list.
Basic Operations
- Pipeline
- Get a pipeline
- Get all pipelines
- Trigger a pipeline
Example Usage
This workflow allows you to get a pipeline in CircleCI. You can also find the workflow on the website. This example usage workflow would use the following two nodes.
1. Start node
The start node exists by default when you create a new workflow.
2. CircleCI node
- First of all, you'll have to enter credentials for the CircleCI node. You can find out how to do that here.
- Select the VCS provider from the dropdown in the Provider field.
- Enter the project slug in the Project Slug field.
- Enter the number of the pipeline in CircleCI that you want to get in the Pipeline Number field.
- Click on Save to run the workflow.