Buildkite
buildkiteBuildkite is a platform for running fast, secure, and scalable continuous integration pipelines on your own infrastructure.
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ónTool to retrieve the authenticated api access token details. use when you need to confirm the validity and scopes of the current api token.
BUILDKITE_GET_CURRENT_ACCESS_TOKENAcciónTool 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
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 MetaBUILDKITE_GET_METAAcciónTool to retrieve metadata about the buildkite api. use when you need to fetch webhook ip addresses for firewall or security configurations.
BUILDKITE_GET_METAAcciónTool 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
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 Pipeline AgentsBUILDKITE_LIST_PIPELINE_AGENTSAcciónTool to list connected agents for an organization. use after confirming the organization slug. supports optional filtering and pagination.
BUILDKITE_LIST_PIPELINE_AGENTSAcciónTool to list connected agents for an organization. use after confirming the organization slug. supports optional filtering and pagination.
Parámetros de entrada
namestringFilter results by agent name.
pageintegerPage number for pagination (1-based).
versionstringFilter results by exact agent version.
hostnamestringFilter results by agent hostname.
org_slugstringObligatorioThe slug of the organization whose agents should be listed.
per_pageintegerNumber of results per page (1-100).
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not