Distribution create job in vtn 96/15696/1
authorLuis Gomez <ecelgp@gmail.com>
Tue, 24 Feb 2015 05:48:28 +0000 (21:48 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 24 Feb 2015 05:48:28 +0000 (21:48 -0800)
Change-Id: I6a145a536c088d0523bba6ee27fc436c7db4fc5b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/vtn/vtn-distribution.yaml [new file with mode: 0644]

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