未验证 提交 758e2716 编写于 作者: R runzexia

fix-devops-api-get-pipelines-404

Signed-off-by: Nrunzexia <runzexia@yunify.com>
上级 08877f95
......@@ -29,8 +29,8 @@ import (
const jenkinsHeaderPre = "X-"
func GetPipeline(req *restful.Request, resp *restful.Response) {
projectName := req.PathParameter("projectName")
pipelineName := req.PathParameter("pipelineName")
projectName := req.PathParameter("devops")
pipelineName := req.PathParameter("pipelines")
res, err := devops.GetPipeline(projectName, pipelineName, req.Request)
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册