CircleCI
The CircleCI action connector allows you to configure and integrate the CircleCI services to your project.
CircleCI is a CI/CD delivery platform that provides services to implement DevOps practices. It automates the process of creating the build and deploying the project to CI/CD pipeline.
Set Up CircleCI action Connector
Follow the given instructions to set up the CI/CD action connector:
- Click Configure Action Step from the left navigation panel.
- Click Action Step to configure third-party services.
- Within the Configure Action Step, click the CircleCI connector.Click to enlarge
- Under Choose an Action tab, select the Trigger a Pipeline action.Click to enlarge
- In the Configure Action tab, click + Add New Account to add your CircleCI account.Click to enlarge
- Enter the Title and API Token. Once done, click Authorize.Click to enlarge
-
To generate the API Token for your CircleCI account, follow these steps:
- Navigate to your CircleCI console and click User Settings.Click to enlarge
- Click the Personal API Tokens tab, then click Create New Token.Click to enlarge
Additional Resource: For more information, refer to the Managing API’s doc.
- Select the VCS type textbox and select the repo type from the drop-down.Click to enlarge
- Enter details such as Organization name, Repository name, Branch/Tag, and Branch/Tag name in their respective fields. Once done, click Proceed.Click to enlarge
- Click Test Action.Click to enlarge
- You should see the output as follows. If all looks good, click Save and Exit to finish the process.Click to enlarge
This sets your CircleCI action connector.