Short answer: You can get jenkins build status in Jenkins by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Jenkins Get Jenkins Build Status action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Job Name job_name | string | Required | Job Name. Example: my-pipeline |
Build Number build_number | string | Optional | Specific build number, or leave empty for last build |
{"job_name": "e.g. my-pipeline","build_number": "e.g. 42 or lastBuild"}
{"url": "https://jenkins.example.com/job/my-pipeline/42/","number": 42,"result": "SUCCESS","building": false,"duration": 120000,"timestamp": 1700000000000}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.