Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1955 from nareshanamana/add-last-pipeline-web-url
Browse files Browse the repository at this point in the history
add WebURL field to LastPipeline
  • Loading branch information
svanharmelen authored Jun 11, 2024
2 parents fc07191 + be91f8a commit 5e29e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline_schedules.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e29e97

Please sign in to comment.