Move views declarations to projects folders
[releng/builder.git] / jjb / next / next.yaml
index 7303620545f5abb5ae9a8ed6f6465dc35e561965..42771d028ffdaf5307752f5500ff20724e7caa6e 100644 (file)
     # Used by the release job
     staging-profile-id: a67e7c516f385
 
-- project:
-    name: next-nitrogen
-    jobs:
-      - '{project-name}-distribution-check-{stream}'
-      - odl-maven-jobs
-
-    stream: nitrogen
-    project: 'next'
-    project-name: 'next'
-    branch: 'stable/nitrogen'
-    mvn-settings: 'next-settings'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-    dependencies: ''
-    email-upstream: '[next]'
-
-    # Used by the release job
-    staging-profile-id: a67e7c516f385
-
-- project:
-    name: next-carbon
-    jobs:
-      - '{project-name}-distribution-check-{stream}'
-      - odl-maven-jobs
-
-    stream: carbon
-    project: 'next'
-    project-name: 'next'
-    branch: 'stable/carbon'
-    karaf-version: karaf3
-    mvn-settings: 'next-settings'
-    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-    dependencies: ''
-    email-upstream: '[next]'
-
-    # Used by the release job
-    staging-profile-id: a67e7c516f385
-
 - project:
     name: next-sonar
     jobs:
@@ -80,3 +43,9 @@
     branch: 'master'
     mvn-settings: 'next-settings'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- view:
+    name: next
+    description: 'List of next jobs'
+    regex: '^next-.*'
+    <<: *releng_view_common