From c8d8b4b5d6c93bc054f3939077def83d95616cb8 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 5 Dec 2019 12:17:38 -0500 Subject: [PATCH] Change trigger branch pattern from master to * The RTDv3 job needs to run on doc/ changes in all branches, including the newly released Amber branch. Signed-off-by: Aric Gardner Signed-off-by: Lott, Christopher (cl778h) Change-Id: I71ba71fc04aa0242c6827b2f8c41b09aaa4d00fd --- jjb/rtdv3/rtdv3.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/rtdv3/rtdv3.yaml b/jjb/rtdv3/rtdv3.yaml index 25f325d8..51891c8c 100644 --- a/jjb/rtdv3/rtdv3.yaml +++ b/jjb/rtdv3/rtdv3.yaml @@ -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: '*' -- 2.16.6