summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/portal/portal.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml
new file mode 100644
index 000000000..16d5e229a
--- /dev/null
+++ b/jjb/portal/portal.yaml
@@ -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: ''