diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-04 19:53:03 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-05 09:21:04 +0800 |
commit | b67db4325c9d122c9c11fc9820a1a5668120f1c8 (patch) | |
tree | d1ee2f59bed7f8264e69b1a5ed813f869ac33500 /jjb/oom | |
parent | 41a9eafedb98325720433df411574469b6bb4fcc (diff) |
Add CI Jenkins jobs for oom/registrator
Add initial yaml jjb template for oom-registrator.
Jobs include: clm, verify, merge and release.
Change-Id: Ied1254939cd345da611b9acf90ac8bf8ae7f4820
Issue-Id: OOM-61
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'jjb/oom')
-rw-r--r-- | jjb/oom/oom-registrator.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml new file mode 100644 index 000000000..1658b87a3 --- /dev/null +++ b/jjb/oom/oom-registrator.yaml @@ -0,0 +1,17 @@ +--- +- project: + name: oom-registrator + project-name: 'oom-registrator' + jobs: + - '{project-name}-{stream}-clm' + - '{project-name}-{stream}-verify-java' + - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-release-version-java-daily' + project: 'oom/registrator' + stream: + - 'master': + branch: 'master' + mvn-settings: 'oom-registrator-settings' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |