summaryrefslogtreecommitdiff
path: root/doc/api/jobs.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-21 18:10:08 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-21 18:10:08 +0000
commit5d41ea8c8e83ff6054ba4303ec8dc9bc33556602 (patch)
treef69079c9fac34f1e5e785d1f18d2f9ad339e4cbc /doc/api/jobs.md
parenta09c6d7e91de9abab7e2ea8dffce1cbb89bf95d8 (diff)
downloadgitlab-ce-5d41ea8c8e83ff6054ba4303ec8dc9bc33556602.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/jobs.md')
-rw-r--r--doc/api/jobs.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/jobs.md b/doc/api/jobs.md
index b23c33ddc0d..f399f581c40 100644
--- a/doc/api/jobs.md
+++ b/doc/api/jobs.md
@@ -700,7 +700,7 @@ Example of response
"stage": "test",
"status": "canceled",
"tag": false,
- "web_url": "https://example.com/foo/bar/-/jobs/42",
+ "web_url": "https://example.com/foo/bar/-/jobs/1",
"user": null
}
```
@@ -750,7 +750,7 @@ Example of response
"stage": "test",
"status": "pending",
"tag": false,
- "web_url": "https://example.com/foo/bar/-/jobs/42",
+ "web_url": "https://example.com/foo/bar/-/jobs/1",
"user": null
}
```
@@ -805,7 +805,7 @@ Example of response
"queued_duration": 0.010,
"status": "failed",
"tag": false,
- "web_url": "https://example.com/foo/bar/-/jobs/42",
+ "web_url": "https://example.com/foo/bar/-/jobs/1",
"user": null
}
```
@@ -881,7 +881,7 @@ Example response:
"stage": "test",
"status": "pending",
"tag": false,
- "web_url": "https://example.com/foo/bar/-/jobs/42",
+ "web_url": "https://example.com/foo/bar/-/jobs/1",
"user": null
}
```