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

Merge pull request #566 from chrisvaughn/cv/pipeline_response

add web_url pipeline response
parents 4dd9dfd2 9bde191e
......@@ -64,6 +64,7 @@ type Pipeline struct {
CommittedAt *time.Time `json:"committed_at"`
Duration int `json:"duration"`
Coverage string `json:"coverage"`
WebURL string `json:"web_url"`
}
func (i Pipeline) 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