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 on Configure Action and select the CircleCI action connector.
    Select-Connector.png
  2. Click on the Trigger a pipeline action.
    Select-Action.png
  3. Click on + Add New Account.
    Add-Account.png
  4. Enter the Title and API Token. Once done, click on Authorize.
    Authorize-Button.png
  5. To generate the API Token for your CircleCI account, follow these steps:

    1. Navigate to your CircleCI console and click on User Settings.
      CIRCLE-CI-DASHBOARD.png
    2. Click on the Personal API Tokens tab, then click on Create New Token.
      Personal-API-Token.png

      Additional Resource: For more information, refer to the Managing API’s doc.

  6. Click on the VCS type textbox and select the repo type from the drop-down.
    Select-VCS-Type.png
  7. Enter details such as Organization name, Repository name, Branch/Tag, and Branch/Tag name in their respective fields. Once done, click on Proceed.
    Proceed.png
  8. Click on Test Action.
    Test-Action.png
  9. You should see the output as follows. If all looks good, click on Save and Exit to finish the process.
    Save-Exit.png

This sets your CircleCI action connector.

Was this article helpful?

Thanks for your feedbackSmile-icon

On This Page

^