From: Aric Gardner Date: Tue, 15 Oct 2019 17:47:10 +0000 (-0400) Subject: Add global read the docs jobs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6d1913cfdbc909207af36d0feae26c50ff14b425;p=ci-management.git Add global read the docs jobs jobs trigger on any changes to files in the docs/* directory Signed-off-by: Aric Gardner Change-Id: Iaef19baa2339e0c403ed82a587866f85bc49bf76 --- diff --git a/jjb/read-the-docs/rtd.yaml b/jjb/read-the-docs/rtd.yaml new file mode 100644 index 00000000..4661da78 --- /dev/null +++ b/jjb/read-the-docs/rtd.yaml @@ -0,0 +1,23 @@ +--- +# Global read the docs jobs +# +# jobs trigger for all projects on any changes +# to files in the docs/* directory + +- project: + name: rtdv2-verify-global + build-node: centos7-builder-1c-1g + jobs: + - 'rtdv2-verify-global' + stream: + - master: + branch: 'master' + +- project: + name: rtdv2-merge-global + build-node: centos7-builder-1c-1g + jobs: + - 'rtdv2-merge-global' + stream: + - master: + branch: 'master'