From be91f8a3d05c018c8cb6f385b8d3f597412ca7a3 Mon Sep 17 00:00:00 2001 From: nareshanamana Date: Mon, 10 Jun 2024 13:04:57 -0500 Subject: [PATCH] add WebURL field to LastPipeline --- pipeline_schedules.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline_schedules.go b/pipeline_schedules.go index d7c85df6d..85f32c3f6 100644 --- a/pipeline_schedules.go +++ b/pipeline_schedules.go @@ -56,6 +56,7 @@ type LastPipeline struct { SHA string `json:"sha"` Ref string `json:"ref"` Status string `json:"status"` + WebURL string `json:"web_url"` } // ListPipelineSchedulesOptions represents the available ListPipelineTriggers() options.