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

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