diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-30 15:08:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-30 15:08:27 +0000 |
commit | 9376fdc13edb5fb822431df943fa088b6a273316 (patch) | |
tree | f12ac6debd2c3efc59f1629062628f40996e752f /doc/api/jobs.md | |
parent | 7c28a677895df5195ed6342921934734646c90c9 (diff) | |
download | gitlab-ce-9376fdc13edb5fb822431df943fa088b6a273316.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/jobs.md')
-rw-r--r-- | doc/api/jobs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md index 890ca03a473..42774b80b27 100644 --- a/doc/api/jobs.md +++ b/doc/api/jobs.md @@ -295,7 +295,7 @@ Example of response ``` In GitLab 13.3 and later, this endpoint [returns data for any pipeline](pipelines.md#single-pipeline-requests) -including [child pipelines](../ci/parent_child_pipelines.md). +including [child pipelines](../ci/pipelines/parent_child_pipelines.md). In GitLab 13.5 and later, this endpoint does not return retried jobs in the response by default. Additionally, jobs are sorted by ID in descending order (newest first). |