Initial CSIT jenkins jobs for Clamp 41/8941/1
authoreh552t <eh552t@intl.att.com>
Mon, 28 Aug 2017 15:58:53 +0000 (17:58 +0200)
committereh552t <eh552t@intl.att.com>
Mon, 28 Aug 2017 15:59:07 +0000 (17:59 +0200)
Jenkins Jobs for Clamp CSIT using the templates provided by integration

Change-Id: I5c926c72fe85d046522c1f788b53e3215954660c
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-28

jjb/clamp/clamp-csit.yaml [new file with mode: 0644]

diff --git a/jjb/clamp/clamp-csit.yaml b/jjb/clamp/clamp-csit.yaml
new file mode 100644 (file)
index 0000000..9847abc
--- /dev/null
@@ -0,0 +1,15 @@
+---
+- project:
+    name: clamp-csit
+    jobs:
+      - '{project-name}-{stream}-verify-csit-{functionality}'
+      - '{project-name}-{stream}-csit-{functionality}'
+    project-name: 'clamp'
+    stream: 'master'
+    functionality:
+      - 'TCA':
+          trigger_jobs:
+      - 'UIs':
+          trigger_jobs:
+    robot-options: ''
+    branch: 'master'