Add missing file-based triggers to docker templates
[releng/global-jjb.git] / docs / jjb / lf-docker-jobs.rst
index 05a0e3c..fd23195 100644 (file)
@@ -80,8 +80,12 @@ Executes a docker build task.
         (default: 10)
 
     :gerrit_verify_triggers: Override Gerrit Triggers.
-    :gerrit_trigger_file_paths: Override file paths which can be used to
-        filter which file modifications will trigger a build.
+    :gerrit_trigger_file_paths: Override Gerrit file paths which can be
+        used to filter which file modifications will trigger a build.
+    :github_included_regions: Override Github file paths which can be
+        used to filter which file modifications will trigger a build;
+        must match parameter gerrit_trigger_file_paths
+
 
 container-tag.yaml example:
 
@@ -135,9 +139,12 @@ Executes a docker build task and publishes the resulting images to a specified D
     :submodule-timeout: Timeout (in minutes) for checkout operation.
         (default: 10)
 
-    :gerrit_verify_triggers: Override Gerrit Triggers.
-    :gerrit_trigger_file_paths: Override file paths which can be used to
-        filter which file modifications will trigger a build.
+    :gerrit_merge_triggers: Override Gerrit Triggers.
+    :gerrit_trigger_file_paths: Override Gerrit file paths which can be
+        used to filter which file modifications will trigger a build.
+    :github_included_regions: Override Github file paths which can be
+        used to filter which file modifications will trigger a build;
+        must match parameter gerrit_trigger_file_paths
 
 container-tag.yaml example: