CircleCI
circleciCircleCI is a continuous integration and delivery platform that automates build, test, and deployment pipelines for software development.
Acciones disponibles (9)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Job ArtifactsCIRCLECI_GET_JOB_ARTIFACTSAcciónTool to retrieve artifacts produced by a specific job. use after a job has completed to list its output files.
CIRCLECI_GET_JOB_ARTIFACTSAcciónTool to retrieve artifacts produced by a specific job. use after a job has completed to list its output files.
Parámetros de entrada
job_numberintegerObligatorioThe number of the job to list artifacts for.
project_sluganyObligatorioThe project slug in the form of 'vcs-slug/org-name/repo-name', e.g., 'gh/CircleCI-Public/api-preview-docs'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Job DetailsCIRCLECI_GET_JOB_DETAILSAcciónTool to fetch details of a specific job within a project. use when you need status, timing, and executor information for a circleci job by its number.
CIRCLECI_GET_JOB_DETAILSAcciónTool to fetch details of a specific job within a project. use when you need status, timing, and executor information for a circleci job by its number.
Parámetros de entrada
job_numberintegerObligatorioThe number of the job to fetch details for.
project_sluganyObligatorioThe project slug in the form 'vcs-slug/org-name/repo-name', e.g., 'gh/CircleCI-Public/api-preview-docs'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Pipeline ConfigCIRCLECI_GET_PIPELINE_CONFIGAcciónTool to fetch pipeline configuration by id. use when you need the source or compiled yaml of a specific pipeline.
CIRCLECI_GET_PIPELINE_CONFIGAcciónTool to fetch pipeline configuration by id. use when you need the source or compiled yaml of a specific pipeline.
Parámetros de entrada
pipeline_idstringObligatorioThe unique ID of the pipeline to fetch configuration for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Test MetadataCIRCLECI_GET_TEST_METADATAAcciónTool to fetch test metadata for a specific job. use when you need detailed test results, run times, and failure messages after a job completes.
CIRCLECI_GET_TEST_METADATAAcciónTool to fetch test metadata for a specific job. use when you need detailed test results, run times, and failure messages after a job completes.
Parámetros de entrada
limitintegerMaximum number of test results to return. Defaults to 30.
job_numberintegerObligatorioThe number of the job to fetch test metadata for.
page-tokenstringA token to retrieve the next page of results.
project_sluganyObligatorioThe project slug in the form 'vcs-slug/org-name/repo-name', e.g., 'gh/CircleCI-Public/circleci-cli'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User InformationCIRCLECI_GET_USER_INFORMATIONAcciónTool to retrieve information about a circleci user by their unique id. use when you need user profile details after obtaining the user id.
CIRCLECI_GET_USER_INFORMATIONAcciónTool to retrieve information about a circleci user by their unique id. use when you need user profile details after obtaining the user id.
Parámetros de entrada
user_idstringObligatorioThe unique ID of the user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Pipelines for ProjectCIRCLECI_LIST_PIPELINES_FOR_PROJECTAcciónTool to list all pipelines for a specific project. use when you need to retrieve the pipelines for a project (e.g., to display recent runs on a dashboard).
CIRCLECI_LIST_PIPELINES_FOR_PROJECTAcciónTool to list all pipelines for a specific project. use when you need to retrieve the pipelines for a project (e.g., to display recent runs on a dashboard).
Parámetros de entrada
minebooleanOnly return pipelines triggered by the current user if true.
branchstringOnly return pipelines on this branch.
page-tokenstringA token to retrieve the next page of results.
project_slugstringObligatorioThe project slug in the form `vcs-slug/org-name/repo-name` (e.g., `github/CircleCI-Public/circleci-cli`).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Self-Hosted RunnersCIRCLECI_LIST_SELF_HOSTED_RUNNERSAcciónTool to list available self-hosted runners. use when you need to retrieve all configured self-hosted runners for your organization.
CIRCLECI_LIST_SELF_HOSTED_RUNNERSAcciónTool to list available self-hosted runners. use when you need to retrieve all configured self-hosted runners for your organization.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Workflows by Pipeline IDCIRCLECI_LIST_WORKFLOWS_BY_PIPELINE_IDAcciónTool to list all workflows associated with a specific pipeline. use when you need to fetch or paginate through workflows by pipeline id.
CIRCLECI_LIST_WORKFLOWS_BY_PIPELINE_IDAcciónTool to list all workflows associated with a specific pipeline. use when you need to fetch or paginate through workflows by pipeline id.
Parámetros de entrada
limitintegerMaximum number of workflows to return. Default is 20, maximum is 100.
page-tokenstringToken to retrieve the next page of results (for pagination).
pipeline_idstringObligatorioThe unique identifier of the pipeline.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Trigger PipelineCIRCLECI_TRIGGER_PIPELINEAcciónTool to trigger a new pipeline for the specified project. use when you need to start a build on a branch or tag programmatically.
CIRCLECI_TRIGGER_PIPELINEAcciónTool to trigger a new pipeline for the specified project. use when you need to start a build on a branch or tag programmatically.
Parámetros de entrada
tagstringThe tag to run the pipeline on.
branchstringThe branch to run the pipeline on.
parametersobjectPipeline parameters as key/value pairs.
project_slugstringObligatorioProject identifier in the form 'vcs-slug/org-name/repo-name'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not