From e73f8713812b912b3b0244e99b6a18b9422a2d4d Mon Sep 17 00:00:00 2001 From: Sanad Liaquat Date: Fri, 15 Mar 2019 11:52:39 +0500 Subject: Add Load testing script for artillery.io Also add rake tasks that makes use of existing performance data genertion task. --- doc/api/pipeline_schedules.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/api/pipeline_schedules.md') diff --git a/doc/api/pipeline_schedules.md b/doc/api/pipeline_schedules.md index 2e5b8df9a83..137f1fdddec 100644 --- a/doc/api/pipeline_schedules.md +++ b/doc/api/pipeline_schedules.md @@ -1,4 +1,4 @@ -# Pipeline schedules API +# Pipeline schedules 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](https://gitlab.com/gitlab-org/gitlab-ce/issues/34518) in GitLab 10.0. +> [Introduced][ce-34518] in GitLab 10.0. ## Create a new pipeline schedule variable @@ -358,3 +358,5 @@ 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 -- cgit v1.2.1