Unverified Commit 3a40efb5 authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #585 from ncsibra/pipeline

Add WebURL to PipelineList
parents ce9ae1eb 0f85aa64
......@@ -79,6 +79,7 @@ type PipelineList []struct {
Status string `json:"status"`
Ref string `json:"ref"`
SHA string `json:"sha"`
WebURL string `json:"web_url"`
}
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