summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-24 13:44:08 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-24 13:46:04 +0300
commitd5bb81c1a5a6266024e04f2bcc9a93c7a2b66434 (patch)
tree0881b7649e0e960ea93f3b87f2e923d46225b003 /app/views
parent95427ba88a14c772c82389fecf82f1563fc412ef (diff)
downloadgitlab-ci-d5bb81c1a5a6266024e04f2bcc9a93c7a2b66434.tar.gz
update webhook example
Diffstat (limited to 'app/views')
-rw-r--r--app/views/web_hooks/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/web_hooks/index.html.haml b/app/views/web_hooks/index.html.haml
index 731afbd..0c7db4b 100644
--- a/app/views/web_hooks/index.html.haml
+++ b/app/views/web_hooks/index.html.haml
@@ -39,6 +39,7 @@
<code>
{
"build_id": 2,
+ "build_name":"rspec_linux"
"build_status": "failed",
"build_started_at": "2014-05-05T18:01:02.563Z",
"build_finished_at": "2014-05-05T18:01:07.611Z",
@@ -83,7 +84,8 @@
}
}
],
- "total_commits_count": 2
+ "total_commits_count": 2,
+ "ci_yaml_file":"rspec_linux:\r\n script: ls\r\n"
}
}
</code>