Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: scripts/slave/recipe_modules/trigger/example.expected/buildbot.changes.json

Issue 966993002: api.trigger: refactoring, made extensible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [],
4 "name": "trigger cross-compiler",
5 "trigger_specs": [
6 {
7 "properties": {
8 "buildbot.changes": [
9 {
10 "author": "someone@chromium.org",
11 "comments": "hello world!",
12 "revision": "deadbeef"
13 }
14 ],
15 "buildername": "cross-compiler"
16 }
17 }
18 ]
19 }
20 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698