fix jenkins basic

Signed-off-by: shaowenchen <mail@chenshaowen.com>
This commit is contained in:
shaowenchen
2020-06-05 15:45:22 +08:00
parent eb99025fe7
commit e723038abc
9 changed files with 45 additions and 21 deletions

View File

@@ -1107,7 +1107,7 @@ type PipelineOperator interface {
// SCM operator interface
GetSCMServers(scmId string, httpParameters *HttpParameters) ([]SCMServer, error)
GetSCMOrg(scmId string, httpParameters *HttpParameters) ([]SCMOrg, error)
GetOrgRepo(scmId, organizationId string, httpParameters *HttpParameters) ([]OrgRepo, error)
GetOrgRepo(scmId, organizationId string, httpParameters *HttpParameters) (OrgRepo, error)
CreateSCMServers(scmId string, httpParameters *HttpParameters) (*SCMServer, error)
Validate(scmId string, httpParameters *HttpParameters) (*Validates, error)