package jenkins type Job struct { Class string `json:"_class"` Name string `json:"name"` Url string `json:"url"` Color string `json:"color"` }