Add CI Jenkins jobs for oom/registrator 19/10219/2
authorHuabingZhao <zhao.huabing@zte.com.cn>
Mon, 4 Sep 2017 11:53:03 +0000 (19:53 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Tue, 5 Sep 2017 01:21:04 +0000 (09:21 +0800)
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>
jjb/oom/oom-registrator.yaml [new file with mode: 0644]

diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml
new file mode 100644 (file)
index 0000000..1658b87
--- /dev/null
@@ -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