diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-04 18:05:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-04 18:05:55 +0000 |
commit | 5e5da0f1ee3ae379d4706aac683e92bd285611ab (patch) | |
tree | d5e90fb2a4a86b9b9c1208cede786abdb864febf /doc/api | |
parent | 5ecacec30458330df5fa6d591dc58e37afb41cd4 (diff) | |
download | gitlab-ce-5e5da0f1ee3ae379d4706aac683e92bd285611ab.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/pipelines.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md index c012c947c3a..90a4f8d6e26 100644 --- a/doc/api/pipelines.md +++ b/doc/api/pipelines.md @@ -34,14 +34,18 @@ Example of response "status": "pending", "ref": "new-pipeline", "sha": "a91957a858320c0e17f3a0eca7cfacbff50ea29a", - "web_url": "https://example.com/foo/bar/pipelines/47" + "web_url": "https://example.com/foo/bar/pipelines/47", + "created_at": "2016-08-11T11:28:34.085Z", + "updated_at": "2016-08-11T11:32:35.169Z", }, { "id": 48, "status": "pending", "ref": "new-pipeline", "sha": "eb94b618fb5865b26e80fdd8ae531b7a63ad851a", - "web_url": "https://example.com/foo/bar/pipelines/48" + "web_url": "https://example.com/foo/bar/pipelines/48", + "created_at": "2016-08-12T10:06:04.561Z", + "updated_at": "2016-08-12T10:09:56.223Z", } ] ``` |