Add read-the-docs Jenkins view 95/1195/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 22 Oct 2019 17:05:45 +0000 (13:05 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 22 Oct 2019 17:05:45 +0000 (13:05 -0400)
Refactor to have a single project with verify and merge jobs

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I0d455f018e9df88cc69814723e102322451f9442

jjb/read-the-docs/rtd.yaml

index a44537a..b3f9cb9 100644 (file)
@@ -1,22 +1,19 @@
----
 # Global read the docs jobs
 #
 # jobs trigger for all projects on any changes
 # to files in the docs/* directory
-
+---
 - project:
-    name: rtdv3-global-verify
-    build-node: centos7-builder-1c-1g
-    jobs:
-      - rtdv3-global-verify
-    stream:
-      - master:
-          branch: master
+    name: rtdv3-view
+    project-name: read-the-docs
+    views:
+      - project-view
 
 - project:
-    name: rtdv3-global-merge
+    name: rtdv3-global
     build-node: centos7-builder-1c-1g
     jobs:
+      - rtdv3-global-verify
       - rtdv3-global-merge
     stream:
       - master: