Commit 0f85aa64 authored by Norbert Csibra's avatar Norbert Csibra

Add WebURL to PipelineList

parent 5e45e085
...@@ -79,6 +79,7 @@ type PipelineList []struct { ...@@ -79,6 +79,7 @@ type PipelineList []struct {
Status string `json:"status"` Status string `json:"status"`
Ref string `json:"ref"` Ref string `json:"ref"`
SHA string `json:"sha"` SHA string `json:"sha"`
WebURL string `json:"web_url"`
} }
func (i PipelineList) String() string { func (i PipelineList) String() string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment