Skip to main content

Circleci

This directory contains the manifest-only connector for source-circleci.

Documentation reference:

  • Visit https://circleci.com/docs/api/v1/index.html for V1 API documentation
  • Visit https://circleci.com/docs/api/v2/index.html for V2 API documentation

Authentication setup

CircleCI uses api key authentication, Visit https://app.circleci.com/settings/user/tokens for getting your api keys.

Configuration

InputTypeDescriptionDefault Value
api_keystringAPI Key.
org_idstringOrganization ID. The org ID found in https://app.circleci.com/settings/organization/circleci/xxxxx/overview
start_datestringStart date.
project_idstringProject ID found in the project settings.
job_idstringJob ID for fetching information found in URL.
workflow_idstringWorkflow ID of a project pipeline.
workflow_namestringWorkflow name for fetching information.
job_numberstringJob Number of the workflow.2

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
contextidDefaultPaginator
self_idsidDefaultPaginator
self_collaborationsidDefaultPaginator
meanalytics_idDefaultPaginator
projectsvcs_urlDefaultPaginator
pipelinesidDefaultPaginator
specific_projectidDefaultPaginator
jobsnumberDefaultPaginator
workflowidDefaultPaginator
insights_metricsproject_idDefaultPaginator
insights_branchesidDefaultPaginator
workflow_jobsidDefaultPaginator

Changelog

Expand to review
VersionDatePRSubject
0.0.12024-09-2946249Initial release by @btkcodedev via Connector Builder
Was this page helpful?