From 2ecaff3b6e2301e0fd0766ad2d7e9b53bdfcb696 Mon Sep 17 00:00:00 2001 From: rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Tue, 30 Mar 2021 14:18:07 +0800 Subject: [PATCH] Add Bitbucket organization field "key" Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com> --- pkg/simple/client/devops/pipeline.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/simple/client/devops/pipeline.go b/pkg/simple/client/devops/pipeline.go index 41b05f93e..b373f89ff 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"` } -- GitLab