diff options
author | Evan Read <eread@gitlab.com> | 2019-03-14 23:55:02 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-03-14 23:55:02 +0000 |
commit | 6e4108b7baa125e4537eef22963e3f247b3e3f7c (patch) | |
tree | b5b51714e9e3a676cd42518d065db072ba4e520f /doc/api | |
parent | 11c8b5a18b6bfc822042d0748dcb6b04f11c1337 (diff) | |
download | gitlab-ce-6e4108b7baa125e4537eef22963e3f247b3e3f7c.tar.gz |
Refactor and restructure pipelines landing page
- Also has other minor improvements.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/pipeline_schedules.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/api/pipeline_schedules.md b/doc/api/pipeline_schedules.md index 137f1fdddec..2e5b8df9a83 100644 --- a/doc/api/pipeline_schedules.md +++ b/doc/api/pipeline_schedules.md @@ -1,4 +1,4 @@ -# Pipeline schedules +# Pipeline schedules API You can read more about [pipeline schedules](../user/project/pipelines/schedules.md). @@ -280,7 +280,7 @@ curl --request DELETE --header "PRIVATE-TOKEN: k5ESFgWY2Qf5xEvDcFxZ" "https://gi ## Pipeline schedule variable -> [Introduced][ce-34518] in GitLab 10.0. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/34518) in GitLab 10.0. ## Create a new pipeline schedule variable @@ -358,5 +358,3 @@ curl --request DELETE --header "PRIVATE-TOKEN: k5ESFgWY2Qf5xEvDcFxZ" "https://gi "value": "updated value" } ``` - -[ce-34518]: https://gitlab.com/gitlab-org/gitlab-ce/issues/34518
\ No newline at end of file |