diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-17 18:09:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-17 18:09:20 +0000 |
commit | ec72da1833d94bb1556af94193ccf2a93c9cb939 (patch) | |
tree | 6227669a11aaf8370186a7aa6591d5fa9d853bb0 /doc/api/jobs.md | |
parent | 283fb71e02992b6687e3264d53bbc718b7567109 (diff) | |
download | gitlab-ce-ec72da1833d94bb1556af94193ccf2a93c9cb939.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/jobs.md')
-rw-r--r-- | doc/api/jobs.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md index 4dc29fc897d..089fd565291 100644 --- a/doc/api/jobs.md +++ b/doc/api/jobs.md @@ -269,6 +269,9 @@ Example of response ] ``` +Since GitLab 13.2, this endpoint [returns data for any pipeline](pipelines.md#single-pipeline-requests) +including [child pipelines](../ci/parent_child_pipelines.md). + ## List pipeline bridges Get a list of bridge jobs for a pipeline. |