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

Commit

Permalink
Add pipeline ID to commit status
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibz87 committed Sep 19, 2023
1 parent f410549 commit 0ef68b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commits.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ type CommitStatus struct {
Name string `json:"name"`
AllowFailure bool `json:"allow_failure"`
Coverage float64 `json:"coverage"`
PipelineId int `json:"pipeline_id"`
Author Author `json:"author"`
Description string `json:"description"`
TargetURL string `json:"target_url"`
Expand Down

0 comments on commit 0ef68b6

Please sign in to comment.