Query the Status of Anatella Jobs running in Jenkins.

Parameters:
_Job_ID).http://localhost:8080, http://<LAN-IP>:8080, or your public tunnel URL (e.g., Cloudflare Tunnel).
Parameters:
See dedicated page for more information.
queryJenkins checks the current status of Jenkins jobs and returns a table you can use in pipelines (e.g., to monitor builds, gate deployments, or trigger alerts).
Input (Pin 1)
A table with a column containing Jenkins job IDs (job names).
_Job_ID (you can change it with the Pipeline JobIDs to query inside Jenkins parameter).Output
A table with one row per job containing key status fields fetched from the Jenkins REST API, including (depending on your Jenkins version/plugins):
job (name)url (job URL)status (e.g., blue, red, notbuilt, aborted, etc.)in_queue / building (booleans when available)last_build_number, last_build_result, last_build_urllast_completed_build_number, last_completed_build_resulttimestamp, duration, estimated_duration (when available)Jenkins credentials
<your user> » Configure » API Token) and use it in idPass.Reachability
From the machine running, the URL in idURL must resolve and reach Jenkins.
For local setups:
http://localhost:8080http://<your-LAN-IP>:8080 (open firewall TCP 8080)CSRF crumbs
_Job_ID) with the Jenkins job names you want to monitor.Multiple jobs: Put many rows in _Job_ID; the action will query each job and merge results.
Public tunnel (Cloudflare): Put your tunnel URL (e.g., https://<random>.trycloudflare.com) in idURL.
Extra cURL:
--connect-timeout 5 --max-time 20-L-4 (if IPv6 is flaky)401 / 403 Unauthorized
Could not resolve host / Host unreachable
localhost, ensure Jenkins runs on this computer; otherwise use the correct LAN IP or tunnel URL.Red/aborted/notbuilt but you expect success
status reflects the last reported state. Verify the job actually ran and succeeded in Jenkins UI.Busy/429/5xx
Crumb errors (if you later add POST)
