Skip to content

Commit

Permalink
Merge pull request #1753 from nikk-gr/master
Browse files Browse the repository at this point in the history
Add URL to PipelineEvent > ObjectAttributes
  • Loading branch information
svanharmelen committed Jul 16, 2023
2 parents 355f922 + 009786e commit 978f132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event_webhook_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ type PipelineEvent struct {
FinishedAt string `json:"finished_at"`
Duration int `json:"duration"`
QueuedDuration int `json:"queued_duration"`
URL string `json:"url"`
Variables []struct {
Key string `json:"key"`
Value string `json:"value"`
Expand Down

0 comments on commit 978f132

Please sign in to comment.