From b67db4325c9d122c9c11fc9820a1a5668120f1c8 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Mon, 4 Sep 2017 19:53:03 +0800 Subject: 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 --- jjb/oom/oom-registrator.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 jjb/oom/oom-registrator.yaml (limited to 'jjb/oom') 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 -- cgit 1.2.3-korg