Change trigger branch pattern from master to * 50/1950/2
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 5 Dec 2019 17:17:38 +0000 (12:17 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 9 Jan 2020 19:46:51 +0000 (14:46 -0500)
The RTDv3 job needs to run on doc/ changes in all branches,
including the newly released Amber branch.

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I71ba71fc04aa0242c6827b2f8c41b09aaa4d00fd

jjb/rtdv3/rtdv3.yaml

index 25f325d..51891c8 100644 (file)
@@ -1,7 +1,7 @@
 # Global read the docs version 3 jobs
 #
-# jobs trigger for all projects on any changes
-# to files in the docs/* directory
+# jobs trigger for all projects, all branches
+# on any changes to files in a docs/ directory
 # and publish subprojects to readthedocs.io
 # using credentials from Jenkins settings
 ---
@@ -14,7 +14,7 @@
 - project:
     name: rtdv3-global
     build-node: centos7-builder-1c-1g
-    # override the default to ignore ref-updated-event
+    # override the default to ignore ref-updated-event (tag)
     gerrit_merge_triggers:
       - change-merged-event
       - comment-added-contains-event:
@@ -24,4 +24,4 @@
       - rtdv3-global-merge
     stream:
       - master:
-          branch: master
+          branch: '*'