summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreconwar <conor.ward@ericsson.com>2018-07-31 15:38:25 +0000
committereconwar <conor.ward@ericsson.com>2018-08-08 15:10:21 +0000
commitcc24f24281022bc0854082152d617885dffd436d (patch)
tree7e940ef946463867c3226169107c9950719ec33e
parentab159368cf0f908b3ca3bf98f094dad84d1fab75 (diff)
Add DR CSIT implementation in Jenkins
Change-Id: I2dd09239bfb2e64b149d0b070c9b62fa0c0a3a08 Signed-off-by: Conor Ward <conor.ward@ericsson.com> Issue-ID: DMAAP-105
-rw-r--r--jjb/dmaap/dmaap-datarouter-csit.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/dmaap/dmaap-datarouter-csit.yaml b/jjb/dmaap/dmaap-datarouter-csit.yaml
new file mode 100644
index 000000000..d6c4765d7
--- /dev/null
+++ b/jjb/dmaap/dmaap-datarouter-csit.yaml
@@ -0,0 +1,14 @@
+---
+- project:
+ name: dmaap-datarouter-csit
+ jobs:
+ - '{project-name}-{stream}-verify-csit-{functionality}'
+ - '{project-name}-{stream}-csit-{functionality}'
+ project-name: 'dmaap-datarouter'
+ stream: 'master'
+ functionality:
+ - 'dr-suite':
+ trigger_jobs:
+ - '{project-name}-{stream}-docker-java-shell-daily'
+ robot-options: ''
+ branch: 'master'