Distribution create job in aaa 95/15695/2
authorLuis Gomez <ecelgp@gmail.com>
Tue, 24 Feb 2015 05:45:46 +0000 (21:45 -0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 2 Mar 2015 03:24:08 +0000 (03:24 +0000)
Change-Id: Ib0032617f14794780ea69dcf1ce4ecb12494dabb
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/aaa/aaa-distribution.yaml [new file with mode: 0644]

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