Skip to content

Commit

Permalink
added missing project_id on the PipelineInfo struct
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Jul 13, 2021
1 parent b746152 commit e611237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines.go
Expand Up @@ -131,6 +131,7 @@ func (p PipelineTestReport) String() string {
// on other assets, like Commit.
type PipelineInfo struct {
ID int `json:"id"`
ProjectID int `json:"project_id"`
Status string `json:"status"`
Ref string `json:"ref"`
SHA string `json:"sha"`
Expand Down

0 comments on commit e611237

Please sign in to comment.