Add basic jobs for portal repository
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 2 Feb 2017 23:10:59 +0000 (15:10 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 2 Feb 2017 23:11:42 +0000 (15:11 -0800)
Configure the basic verify and merge jobs for the portal project

Change-Id: If04c81d8a2d67759b2d557b2910e4858939949b3
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/portal/portal.yaml [new file with mode: 0644]

diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml
new file mode 100644 (file)
index 0000000..16d5e22
--- /dev/null
@@ -0,0 +1,15 @@
+---
+- project:
+    name: portal
+    project-name: 'portal'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'portal'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'portal-settings'
+    files: '**'
+    archive-artifacts: ''