Short answer: Drop the "Jenkins → Get Jenkins Build Status" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.