NAiOS IconNAiOS Logo
Volver al catálogo

Buildkite

buildkite

Buildkite is a platform for running fast, secure, and scalable continuous integration pipelines on your own infrastructure.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (3)

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 Current Access TokenBUILDKITE_GET_CURRENT_ACCESS_TOKENAcción

Tool to retrieve the authenticated api access token details. use when you need to confirm the validity and scopes of the current api token.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get MetaBUILDKITE_GET_METAAcción

Tool to retrieve metadata about the buildkite api. use when you need to fetch webhook ip addresses for firewall or security configurations.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Pipeline AgentsBUILDKITE_LIST_PIPELINE_AGENTSAcción

Tool to list connected agents for an organization. use after confirming the organization slug. supports optional filtering and pagination.

Parámetros de entrada

  • namestring

    Filter results by agent name.

  • pageinteger

    Page number for pagination (1-based).

  • versionstring

    Filter results by exact agent version.

  • hostnamestring

    Filter results by agent hostname.

  • org_slugstringObligatorio

    The slug of the organization whose agents should be listed.

  • per_pageinteger

    Number of results per page (1-100).

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not