diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-07 15:03:20 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-02-07 15:06:03 -0800 |
commit | 8ccaba19a050e63c2be2625a69ac9b4e952898ef (patch) | |
tree | e91ace5074f392789cb499270c4eff6dbd8c62c9 /jjb/ui | |
parent | bd234aa98acc606cb20f7228c22a4145178c4d0d (diff) |
Setup jobs for ui/dmaapbc
Change-Id: I94c81cecb576754ead16ff9e79e4285842344ca4
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/ui')
-rw-r--r-- | jjb/ui/ui-dmaapbc.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/ui/ui-dmaapbc.yaml b/jjb/ui/ui-dmaapbc.yaml new file mode 100644 index 000000000..6ffba03d5 --- /dev/null +++ b/jjb/ui/ui-dmaapbc.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: ui-dmaapbc + project-name: 'ui-dmaapbc' + jobs: + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + + project: 'ui/dmaapbc' + stream: + - 'master': + branch: 'master' + mvn-settings: 'ui-dmaapbc-settings' + files: '**' + archive-artifacts: '' + build-node: centos7-basebuild-4c-4g |