Buildkite · Arazzo Workflow
Buildkite Fetch Job Log
Version 1.0.0
Read a build, pick a finished job, and fetch its log output.
View Spec
View on GitHub
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhooksArazzoWorkflows
Provider
Workflows
fetch-job-log
Fetch the log output for a job in a build.
Reads a build to confirm the job exists, then retrieves the log output for the supplied job.
1
getBuild
getBuild
Read the build and capture its jobs so the target job can be confirmed.
2
getJobLog
getJobLog
Fetch the log output for the supplied job.