Distribution create job in controller 91/15691/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 24 Feb 2015 05:39:10 +0000 (21:39 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 24 Feb 2015 05:39:10 +0000 (21:39 -0800)
Change-Id: I573119b6dbd6875eb1dd6084853e2ea9326bc4d8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/controller/controller-distribution.yaml [new file with mode: 0644]

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