Add missing CLM jobs dmaap, doc
Change-Id: I91e036bc3dfba815b9ed5806686c7c48b5134261
Issue-ID: CIMAN-133
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/jjb/dmaap/dmaap-datarouter.yaml b/jjb/dmaap/dmaap-datarouter.yaml
new file mode 100644
index 0000000..833cf69
--- /dev/null
+++ b/jjb/dmaap/dmaap-datarouter.yaml
@@ -0,0 +1,13 @@
+---
+- project:
+ name: dmaap-datarouter
+ project-name: 'dmaap-datarouter'
+ jobs:
+ - gerrit-maven-clm
+ project: 'dmaap/datarouter'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'dmaap-datarouter-settings'
+ files: '**'
+ archive-artifacts: ''
diff --git a/jjb/doc/doc-tools.yaml b/jjb/doc/doc-tools.yaml
new file mode 100644
index 0000000..f3112cd
--- /dev/null
+++ b/jjb/doc/doc-tools.yaml
@@ -0,0 +1,11 @@
+---
+- project:
+ name: doc-tools
+ project-name: 'doc-tools'
+ jobs:
+ - gerrit-maven-clm
+ project: 'doc/tools'
+ mvn-settings: 'doc-tools-settings'
+ stream:
+ - master:
+ branch: 'master'
diff --git a/jjb/doc/doc.yaml b/jjb/doc/doc.yaml
index adba3e9..21111d0 100644
--- a/jjb/doc/doc.yaml
+++ b/jjb/doc/doc.yaml
@@ -2,8 +2,8 @@
- project:
name: doc
project-name: 'doc'
-
jobs:
+ - gerrit-maven-clm
- '{project-name}-{stream}-verify-rtd':
build-node: centos7-basebuild-4c-4g
- '{project-name}-{stream}-merge-rtd'
@@ -12,7 +12,7 @@
rtdproject: 'onap'
-
+ mvn-settings: 'doc-settings'
stream:
- master:
branch: 'master'