summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-04-03 09:49:55 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2019-04-03 09:49:55 +0000
commita7d3a5e43957185dc6193d1b97c57fc4eb02e9ea (patch)
tree7a3393f6a9c23b68f8ab9623bbd6bcaaa5b11a0b
parentb1f9e05a73e256e24c9e71076e736b22a39e2960 (diff)
parent947acd8142ed61418a88fe333aad2f4d4f99954f (diff)
downloadgitlab-ce-a7d3a5e43957185dc6193d1b97c57fc4eb02e9ea.tar.gz
Merge branch 'patch-50' into 'master'
docs: add gitlab version for list jobs of a runner See merge request gitlab-org/gitlab-ce!26815
-rw-r--r--doc/api/runners.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 7d7215e6b80..0b7ef46888c 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -256,6 +256,8 @@ curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://git
## List runner's jobs
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15432) in GitLab 10.3.
+
List jobs that are being processed or were processed by specified Runner.
```