Add Bitbucket organization field "key"

Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com>
This commit is contained in:
rick
2021-03-30 14:18:07 +08:00
parent 40e3751e43
commit 2ecaff3b6e

View File

@@ -203,6 +203,7 @@ type SCMOrg struct {
} `json:"self,omitempty" description:"scm org self info"`
} `json:"_links,omitempty" description:"references the reachable path to this resource"`
Avatar string `json:"avatar,omitempty" description:"the url of organization avatar"`
Key string `json:"key,omitempty" description:"the key of a Bitbucket organization"`
JenkinsOrganizationPipeline bool `json:"jenkinsOrganizationPipeline,omitempty" description:"weather or not already have jenkins pipeline."`
Name string `json:"name,omitempty" description:"organization name"`
}