From: Luis Gomez Date: Tue, 24 Feb 2015 05:45:46 +0000 (-0800) Subject: Distribution create job in aaa X-Git-Tag: release/lithium~393 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e394276da0295f49a167a9d92bc375b7c56c7195;p=releng%2Fbuilder.git Distribution create job in aaa Change-Id: Ib0032617f14794780ea69dcf1ce4ecb12494dabb Signed-off-by: Luis Gomez --- diff --git a/jjb/aaa/aaa-distribution.yaml b/jjb/aaa/aaa-distribution.yaml new file mode 100644 index 000000000..707e5637b --- /dev/null +++ b/jjb/aaa/aaa-distribution.yaml @@ -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' +