From 1a6eca467a049b74202a3cd0a8854293ae57a2c9 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 2 Feb 2017 15:13:01 -0800 Subject: Add basic jobs for vid repository Configure the basic verify and merge jobs for the vid project Change-Id: Id304966ccf5520fe8a34ac1d9acdc5d7b977985d Signed-off-by: Andrew Grimberg --- jjb/vid/vid.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 jjb/vid/vid.yaml (limited to 'jjb') diff --git a/jjb/vid/vid.yaml b/jjb/vid/vid.yaml new file mode 100644 index 000000000..064926b07 --- /dev/null +++ b/jjb/vid/vid.yaml @@ -0,0 +1,15 @@ +--- +- project: + name: vid + project-name: 'vid' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + + project: 'vid' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vid-settings' + files: '**' + archive-artifacts: '' -- cgit 1.2.3-korg