未验证 提交 5afb7347 编写于 作者: R runzexia

use klog

Signed-off-by: Nrunzexia <runzexia@yunify.com>
上级 60220d94
......@@ -139,7 +139,7 @@ func SearchPipelineRuns(projectName, pipelineName string, req *http.Request) ([]
res, err := sendJenkinsRequest(baseUrl+req.URL.RawQuery, req)
if err != nil {
log.Error(err)
klog.Error(err)
return nil, err
}
count, err := searchPipelineRunsCount(projectName, pipelineName, req)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册