Add docker jobs for ui
[ci-management.git] / jjb / ci-management / ci-management-views.yaml
index b463c7a..2a3e474 100644 (file)
@@ -1,5 +1,5 @@
 ---
-- releng_view: &releng_view_common
+- _releng_view: &releng_view_common
     name: releng-view-common
     view-type: list
     filter-executors: false
     recurse: false
 
 - project:
-    name: '00-Empty View'
+    name: "00-Empty View"
     views:
       - common-view
-    view-name: '00-Empty View'
+    view-name: "00-Empty View"
     view-description: >
       Empty job view. This is used as the default landing view to keep the
       Jenkins UI responding better while a) under high load and b) when there
       are a lot of jobs defined in the system
-    view-regex: ''
+    view-regex: ""
 
 - view:
     name: 01-Recent
-    regex: '.*'
-    description: 'List of most recent jobs'
+    regex: ".*"
+    description: "List of most recent jobs"
     job-filters:
       most-recent:
         max-to-include: 25
     views:
       - common-view
     view-name: All-Sonar
-    view-regex: '^(?=.*-sonar)(?!.*-no-sonar).*'
-    view-description: 'List of Sonar jobs'
+    view-regex: "^(?=.*-sonar)(?!.*-no-sonar).*"
+    view-description: "List of Sonar jobs"
 
 - project:
     name: All-Coverity
     views:
       - common-view
     view-name: All-Coverity
-    view-regex: '.*-coverity'
-    view-description: 'List of Coverity jobs'
+    view-regex: ".*-coverity"
+    view-description: >
+      <h1>List of Coverity Scan static code analysis jobs</h1>
+      <p>See <a href="https://wiki.onap.org/x/Y6vQAw">how to add your component to Coverity Scan</a>
+      on ONAP Developer Wiki.</p>
 
 - view:
     name: CLM
-    description: 'List of CLM jobs'
-    regex: '.*-clm-.*'
+    description: "List of CLM jobs"
+    regex: ".*-clm-.*"
     view-type: list
     filter-executors: false
     filter-queue: false
     views:
       - csit-view
     view-name: CSIT
-    view-description: 'List of CSIT jobs'
-    view-regex: '^.*-csit-.*'
+    view-description: "List of CSIT jobs"
+    view-regex: "^(?=.*-csit-.*)(?!.*-verify-csit.*).*"
 
 - project:
     name: CSIT-Verify
     views:
       - csit-view
     view-name: CSIT-Verify
-    view-description: 'List of CSIT Verify jobs'
-    view-regex: '^.*-verify-csit.*'
+    view-description: "List of CSIT Verify jobs"
+    view-regex: "^.*-verify-csit.*"
 
 - view:
     name: Daily-Jobs
     views:
       - common-view
     view-name: Daily-Jobs
-    view-description: 'List of Daily Jobs'
-    view-regex: '.*-daily'
+    view-description: "List of Daily Jobs"
+    view-regex: ".*-daily"
 
 - view:
     name: External-Labs
     views:
       - common-view
     view-name: External-Labs
-    view-description: 'List of External Labs jobs'
-    view-regex: '^lab-.*'
+    view-description: "List of External Labs jobs"
+    view-regex: "^lab-.*"
 
 - project:
     name: Merge-Jobs
     views:
       - common-view
     view-name: Merge-Jobs
-    view-description: 'List of Merge jobs'
-    view-regex: '.*-merge-.*'
+    view-description: "List of Merge jobs"
+    view-regex: ".*-merge-.*"
 
 - project:
     name: Thirdparty
     views:
       - common-view
     view-name: Thirdparty
-    view-description: 'List of Nexus Thirdparty dependencies jobs'
-    view-regex: '.*-thirdparty-.*'
+    view-description: "List of Nexus Thirdparty dependencies jobs"
+    view-regex: ".*-thirdparty-.*"
 
 - project:
     name: Verify-Jobs
     views:
       - common-view
     view-name: Verify-Jobs
-    view-description: 'List of Verify jobs'
-    view-regex: '^.*-verify-.*'
+    view-description: "List of Verify jobs"
+    view-regex: "^.*-verify-.*"
+
+- project:
+    name: Release-Jobs
+    views:
+      - common-view
+    view-name: Release-Jobs
+    view-description: "List of Release Merge jobs"
+    view-regex: ".*release-merge.*"