CS-log-dark.svg

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:

  1. Click Configure Action Step from the left navigation panel.
  2. Click Action Step to configure third-party services.
  3. Within the Configure Action Step, click the CircleCI connector.
    Click to enlarge

  4. Under Choose an Action tab, select the Trigger a Pipeline action.
    Click to enlarge
  5. In the Configure Action tab, click + Add New Account to add your CircleCI account.
    Click to enlarge
  6. Enter the Title and API Token. Once done, click Authorize.
    Click to enlarge
  7. To generate the API Token for your CircleCI account, follow these steps:

    1. Navigate to your CircleCI console and click User Settings.
      Click to enlarge


    2. 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.

  8. Select the VCS type textbox and select the repo type from the drop-down.
    Click to enlarge
  9. 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
  10. Click Test Action.
    Click to enlarge
  11. 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.