Distribution create job in openflowplugin 94/15694/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 24 Feb 2015 05:43:33 +0000 (21:43 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 24 Feb 2015 05:43:33 +0000 (21:43 -0800)
Change-Id: I4af6d789f8eb75e946f28762bac6c5adf3954b32
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/openflowplugin/openflowplugin-distribution.yaml [new file with mode: 0644]

diff --git a/jjb/openflowplugin/openflowplugin-distribution.yaml b/jjb/openflowplugin/openflowplugin-distribution.yaml
new file mode 100644 (file)
index 0000000..5785ec6
--- /dev/null
@@ -0,0 +1,17 @@
+- project:
+    name: openflowplugin-distribution
+    jobs:
+        - '{project}-distribution-{stream}'
+
+    # The project name
+    project: 'openflowplugin'
+
+    # The project branches
+    stream:
+        - master:
+            branch: 'master'
+        - stable-helium:
+            branch: 'stable/helium'
+
+    jdk: 'openjdk7'
+