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
getJenkinsInfo
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
getJob
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
getBuild
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.