diff options
author | Ido Leibovich <ileibovich@yotpo.com> | 2016-10-31 22:38:24 +0200 |
---|---|---|
committer | Ido Leibovich <ileibovich@yotpo.com> | 2016-11-18 23:12:21 +0200 |
commit | fbfc7523cb0119ac3a0d02cd04dc12e453ad3ad6 (patch) | |
tree | 1b34fee3275f5e14eec71452628252384876c352 /changelogs | |
parent | 75c8faf7ba76563a175766495e132b2f6bdc95d4 (diff) | |
download | gitlab-ce-fbfc7523cb0119ac3a0d02cd04dc12e453ad3ad6.tar.gz |
Add api endpoint for creating a pipeline
Add a new endpoint in the new API for creating a new pipeline, and return the details of that pipeline.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/create-pipeline-endpoint.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/create-pipeline-endpoint.yml b/changelogs/unreleased/create-pipeline-endpoint.yml new file mode 100644 index 00000000000..c7638b7b7aa --- /dev/null +++ b/changelogs/unreleased/create-pipeline-endpoint.yml @@ -0,0 +1,4 @@ +--- +title: Add api endpoint for creating a pipeline +merge_request: 7209 +author: Ido Leibovich |