From ac24a326f00d214994ebd3553d1a260c75ff84b6 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Mon, 23 Feb 2015 21:50:14 -0800 Subject: [PATCH] Distribution create job in ovsdb Change-Id: I32def30966dceb7f85bc0fca349553e62ec1660d Signed-off-by: Luis Gomez --- jjb/ovsdb/ovsdb-distribution.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 jjb/ovsdb/ovsdb-distribution.yaml diff --git a/jjb/ovsdb/ovsdb-distribution.yaml b/jjb/ovsdb/ovsdb-distribution.yaml new file mode 100644 index 000000000..2a0ffa211 --- /dev/null +++ b/jjb/ovsdb/ovsdb-distribution.yaml @@ -0,0 +1,17 @@ +- project: + name: ovsdb-distribution + jobs: + - '{project}-distribution-{stream}' + + # The project name + project: 'ovsdb' + + # The project branches + stream: + - master: + branch: 'master' + - stable-helium: + branch: 'stable/helium' + + jdk: 'openjdk7' + -- 2.36.6