summaryrefslogtreecommitdiffstats
path: root/jjb/mso/mso-libs.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-01-31 05:50:39 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-01-31 07:38:33 -0800
commitce2286c65d5dcff65202ba5763341068a1a8622a (patch)
tree62ae5427d5a525cb722d6bea4c9e1d7261fae92d /jjb/mso/mso-libs.yaml
parent30e2264675c282746d3a665c4375ca9839816d72 (diff)
Add mso/libs project job definitions
Use the mso maven settings configuration for now as we have yet to get an mso-libs definition in the system and mso will cover it for groupId namespace. Additionally fix the job templates to use a project-name and project variables instead of a single project variable as projects that have a '/' in their name break job names in Jenkins Change-Id: I1605599f96eab45e72b885b6abe2ea8f3865808d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/mso/mso-libs.yaml')
-rw-r--r--jjb/mso/mso-libs.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/mso/mso-libs.yaml b/jjb/mso/mso-libs.yaml
new file mode 100644
index 000000000..de7b6844c
--- /dev/null
+++ b/jjb/mso/mso-libs.yaml
@@ -0,0 +1,15 @@
+---
+- project:
+ name: mso-libs
+ project-name: 'mso-libs'
+ jobs:
+ - '{project-name}-{stream}-verify-java'
+ - '{project-name}-{stream}-merge-java'
+
+ project: 'mso/libs'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'mso-settings'
+ files: '**'
+ archive-artifacts: ''