is_deployed_since
Confirm whether a Jenkins job's last successful build ran after an ISO merge timestamp, solving the question: was this GitLab MR deployed?
Instructions
Check whether the job's last successful build ran AFTER a given ISO timestamp.
Intended for: "was this GitLab MR (merged at ) deployed?" Accepts ISO 8601 like '2026-04-24T10:15:00+00:00' or '2026-04-24T10:15:00Z'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| merge_time_iso | Yes |