diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-07 14:54:37 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-07 14:54:37 -0800 |
commit | bd234aa98acc606cb20f7228c22a4145178c4d0d (patch) | |
tree | 79ca60af4e1706ac786129219472c118ad305cd9 | |
parent | 5c9ca7a6efe6136c6009b1f69a07012af06f7733 (diff) |
Add initial jobs for ui project
Change-Id: Ib5342dec1b57b9d8f64102c8a3e56b43676cf2ce
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | jjb/ui/ui.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/ui/ui.yaml b/jjb/ui/ui.yaml new file mode 100644 index 000000000..3882b3310 --- /dev/null +++ b/jjb/ui/ui.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: ui + project-name: 'ui' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + + project: 'ui' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ui-settings' + files: '**' + archive-artifacts: '' + build-node: centos7-basebuild-4c-4g |