Add gitlab multi-branch pipeline support

Signed-off-by: rick <rick@jenkins-zh.cn>
This commit is contained in:
rick
2020-11-19 15:23:01 +08:00
parent 75e0cf27e4
commit 3293948b33
9 changed files with 650 additions and 21 deletions

View File

@@ -255,6 +255,7 @@ func (h *devopsHandler) DeletePipeline(request *restful.Request, response *restf
devops := request.PathParameter("devops")
pipeline := request.PathParameter("pipeline")
klog.V(7).Infof("ready to delete pipeline %s/%s", devops, pipeline)
err := h.devops.DeletePipelineObj(devops, pipeline)
if err != nil {