Commit f75471dd authored by Evan Read's avatar Evan Read

Merge branch 'docs/53121-docs-feedback-runner-has-no-examples' into 'master'

Update pipeline webhook example response

Closes #53121

See merge request gitlab-org/gitlab-ce!25914
parents 3d37d29a 7028c40e
...@@ -1041,7 +1041,12 @@ X-Gitlab-Event: Pipeline Hook ...@@ -1041,7 +1041,12 @@ X-Gitlab-Event: Pipeline Hook
"username": "root", "username": "root",
"avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon" "avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon"
}, },
"runner": null, "runner": {
"id":380987,
"description":"shared-runners-manager-6.gitlab.com",
"active":true,
"is_shared":true
},
"artifacts_file":{ "artifacts_file":{
"filename": null, "filename": null,
"size": null "size": null
...@@ -1062,7 +1067,12 @@ X-Gitlab-Event: Pipeline Hook ...@@ -1062,7 +1067,12 @@ X-Gitlab-Event: Pipeline Hook
"username": "root", "username": "root",
"avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon" "avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon"
}, },
"runner": null, "runner": {
"id":380987,
"description":"shared-runners-manager-6.gitlab.com",
"active":true,
"is_shared":true
},
"artifacts_file":{ "artifacts_file":{
"filename": null, "filename": null,
"size": null "size": null
...@@ -1083,7 +1093,12 @@ X-Gitlab-Event: Pipeline Hook ...@@ -1083,7 +1093,12 @@ X-Gitlab-Event: Pipeline Hook
"username": "root", "username": "root",
"avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon" "avatar_url": "http://www.gravatar.com/avatar/e32bd13e2add097461cb96824b7a829c?s=80\u0026d=identicon"
}, },
"runner": null, "runner": {
"id":380987,
"description":"shared-runners-manager-6.gitlab.com",
"active":true,
"is_shared":true
},
"artifacts_file":{ "artifacts_file":{
"filename": null, "filename": null,
"size": null "size": null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment