Skip to content

Commit c4b60d0

Browse files
Update execute pipeline endpoint
1 parent 2e2c26d commit c4b60d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/logic/api/pipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const runPipelineByName = async (name, data) => {
152152
}
153153

154154
const options = {
155-
url: `/api/builds/${encodeURIComponent(name)}`,
155+
url: `/api/pipelines/run/${encodeURIComponent(name)}`,
156156
method: 'POST',
157157
body,
158158
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.63",
3+
"version": "0.8.64",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)