Merge "Change trigger branch pattern from master to *"
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 9 Jan 2020 20:42:55 +0000 (20:42 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 9 Jan 2020 20:42:55 +0000 (20:42 +0000)
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: '*'