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

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