cs-icon.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.
    Select_the_Connector_Circleci.png
  4. Under Choose an Action tab, select the Trigger a Pipeline action.
    Select_Action
  5. In the Configure Action tab, click + Add New Account to add your CircleCI account.
    Add_New_Account
  6. Enter the Title and API Token. Once done, click Authorize.
    Authorize_Account
  7. To generate the API Token for your CircleCI account, follow these steps:

    1. Navigate to your CircleCI console and click User Settings.User_Setting

    2. Click the Personal API Tokens tab, then click Create New Token.
      Personal_API_Token

      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.
    Select_VCS_type
  9. Enter details such as Organization name, Repository name, Branch/Tag, and Branch/Tag name in their respective fields. Once done, click Proceed.Select_Fields
  10. Click Test Action.
    Test_Action
  11. You should see the output as follows. If all looks good, click Save and Exit to finish the process.
    Save_Exit

This sets your CircleCI action connector.

Was this article helpful?
^