Commit 9bde191e authored by Chris Vaughn's avatar Chris Vaughn

add web_url pipeline response

parent 4dd9dfd2
......@@ -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