Jenkins · Arazzo Workflow
Jenkins Discover Jobs and Inspect the Latest Build
Version 1.0.0
Enumerate the jobs on an instance, drill into one job, and read the detail of its most recent build.
View Spec
View on GitHub
AutomationBuild ServerCI/CDContinuous DeliveryContinuous IntegrationDevOpsOpen-SourceRemote Access APIArazzoWorkflows
Provider
Workflows
inspect-job-latest-build
Enumerate an instance's jobs and report the status of one job's last build.
Lists the instance's jobs, reads the named job to resolve its lastBuild number, and fetches that build's detail. This is the flow a dashboard or status check runs on a schedule.
1
listJobs
List the jobs visible on the instance with their name, url, and status colour, so the caller can confirm the target job is present.
2
resolveJob
Read the target job to capture the number of its most recent build along with the last successful and last failed build numbers for comparison.
3
readLatestBuild
Fetch the detail of the job's most recent build, reporting whether it is still running, what it resulted in, and how long it took.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.