diff --git a/pkg/simple/client/devops/pipeline.go b/pkg/simple/client/devops/pipeline.go index 41b05f93e133b596b5d0a5924524ad4ff103bf61..b373f89fff04412373fa357707576e0f5d92662d 100644 --- a/pkg/simple/client/devops/pipeline.go +++ b/pkg/simple/client/devops/pipeline.go @@ -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"` }