Merge pull request #3125 from LinuxSuRen/discover-tag-support

Add support discover tags for multi-branch pipeline
This commit is contained in:
KubeSphere CI Bot
2020-11-24 11:35:36 +08:00
committed by GitHub
7 changed files with 554 additions and 82 deletions

View File

@@ -239,6 +239,8 @@ func (c *Controller) syncHandler(key string) error {
klog.V(8).Info(err, fmt.Sprintf("failed to update pipeline config %s ", key))
return err
}
} else {
klog.V(8).Info(fmt.Sprintf("nothing was changed, pipeline '%v'", copyPipeline.Spec))
}
} else {
_, err := c.devopsClient.CreateProjectPipeline(nsName, copyPipeline)