Bug 1296842: document `triggered_by` property; r?jmaher draft
authorDustin J. Mitchell <dustin@mozilla.com>
Mon, 07 Nov 2016 15:26:44 +0000
changeset 434943 746c8b91b050b5ecfd57a13fd6d19df231e0b07c
parent 434942 ed8b637c62789b256636a21f16287c8b59910c52
child 434944 a15e2c09f2686823f6aa64c3c8b113d2d116995d
push id34880
push userdmitchell@mozilla.com
push dateMon, 07 Nov 2016 19:15:08 +0000
reviewersjmaher
bugs1296842
milestone52.0a1
Bug 1296842: document `triggered_by` property; r?jmaher MozReview-Commit-ID: 8sAsWbCpUft
taskcluster/docs/parameters.rst
--- a/taskcluster/docs/parameters.rst
+++ b/taskcluster/docs/parameters.rst
@@ -17,16 +17,20 @@ file if necessary, rather than starting 
 complete set of parameters.
 
 The properties of the parameters object are described here, divided rougly by
 topic.
 
 Push Information
 ----------------
 
+``triggered_by``
+   The event that precipitated this decision task; one of ``"nightly"`` or
+   ``"push"``.
+
 ``base_repository``
    The repository from which to do an initial clone, utilizing any available
    caching.
 
 ``head_repository``
    The repository containing the changeset to be built.  This may differ from
    ``base_repository`` in cases where ``base_repository`` is likely to be cached
    and only a few additional commits are needed from ``head_repository``.