CORD-3025 adding onos application maven jobs
Change-Id: Ia93fcdf091a8e27b56c3ae5562e7b0d46764b7bf
diff --git a/jjb/maven/aaa.yaml b/jjb/maven/aaa.yaml
index 83a1263..9a86551 100644
--- a/jjb/maven/aaa.yaml
+++ b/jjb/maven/aaa.yaml
@@ -12,4 +12,5 @@
- job-group:
name: 'aaa-gerrit'
jobs:
+ - 'verify-licensed'
- 'maven-install'
diff --git a/jjb/maven/config.yaml b/jjb/maven/config.yaml
index 12e0310..d865397 100644
--- a/jjb/maven/config.yaml
+++ b/jjb/maven/config.yaml
@@ -1,5 +1,5 @@
---
-# maven job for 'aaa' repo
+# maven job for 'config' repo
- project:
name: config
@@ -12,4 +12,5 @@
- job-group:
name: 'config-gerrit'
jobs:
+ - 'verify-licensed'
- 'maven-install'
diff --git a/jjb/maven/dhcpl2relay.yaml b/jjb/maven/dhcpl2relay.yaml
new file mode 100644
index 0000000..93c3648
--- /dev/null
+++ b/jjb/maven/dhcpl2relay.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'dhcpl2relay' repo
+
+- project:
+ name: dhcpl2relay
+ project: '{name}'
+
+ jobs:
+ - 'dhcpl2relay-gerrit':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'dhcpl2relay-gerrit'
+ jobs:
+ - 'verify-licensed'
+ - 'maven-install'
diff --git a/jjb/maven/igmp.yaml b/jjb/maven/igmp.yaml
new file mode 100644
index 0000000..438e78b
--- /dev/null
+++ b/jjb/maven/igmp.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'igmp' repo
+
+- project:
+ name: igmp
+ project: '{name}'
+
+ jobs:
+ - 'igmp-gerrit':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'igmp-gerrit'
+ jobs:
+ - 'verify-licensed'
+ - 'maven-install'
diff --git a/jjb/maven/igmpproxy.yaml b/jjb/maven/igmpproxy.yaml
new file mode 100644
index 0000000..855c809
--- /dev/null
+++ b/jjb/maven/igmpproxy.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'igmpproxy' repo
+
+- project:
+ name: igmpproxy
+ project: '{name}'
+
+ jobs:
+ - 'igmpproxy-gerrit':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'igmpproxy-gerrit'
+ jobs:
+ - 'verify-licensed'
+ - 'maven-install'
diff --git a/jjb/maven/mcast.yaml b/jjb/maven/mcast.yaml
new file mode 100644
index 0000000..4ed1433
--- /dev/null
+++ b/jjb/maven/mcast.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'mcast' repo
+
+- project:
+ name: mcast
+ project: '{name}'
+
+ jobs:
+ - 'mcast-gerrit':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'mcast-gerrit'
+ jobs:
+ - 'verify-licensed'
+ - 'maven-install'
diff --git a/jjb/maven/olt.yaml b/jjb/maven/olt.yaml
new file mode 100644
index 0000000..a84c9bc
--- /dev/null
+++ b/jjb/maven/olt.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'olt' repo
+
+- project:
+ name: olt
+ project: '{name}'
+
+ jobs:
+ - 'olt-gerrit':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'olt-gerrit'
+ jobs:
+ - 'verify-licensed'
+ - 'maven-install'
diff --git a/jjb/maven/sadis.yaml b/jjb/maven/sadis.yaml
new file mode 100644
index 0000000..9b4dff4
--- /dev/null
+++ b/jjb/maven/sadis.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'sadis' repo
+
+- project:
+ name: sadis
+ project: '{name}'
+
+ jobs:
+ - 'sadis-gerrit':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'sadis-gerrit'
+ jobs:
+ - 'verify-licensed'
+ - 'maven-install'
diff --git a/jjb/maven/vtn.yaml b/jjb/maven/vtn.yaml
new file mode 100644
index 0000000..3efdd96
--- /dev/null
+++ b/jjb/maven/vtn.yaml
@@ -0,0 +1,16 @@
+---
+# maven job for 'vtn' repo
+
+- project:
+ name: vtn-onos
+ project: '{name}'
+
+ jobs:
+ - 'vtn-gerrit':
+ branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+ name: 'vtn-gerrit'
+ jobs:
+ - 'verify-licensed'
+ - 'maven-install'