summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-08-28 17:10:53 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-28 17:10:53 +0000
commitfadef9c24e9280d1d136113906a9d79ba878232d (patch)
treefca3c7a4369b64786b48702cde1f892a8aae592f /jjb
parent5c5e338301036db34711d089359ce281ed856ee5 (diff)
parentde3b5ef2e490971165a850082c7ebc61a92f6b5c (diff)
Merge "Initial CSIT jenkins jobs for Clamp"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/clamp/clamp-csit.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/clamp/clamp-csit.yaml b/jjb/clamp/clamp-csit.yaml
new file mode 100644
index 000000000..9847abc12
--- /dev/null
+++ b/jjb/clamp/clamp-csit.yaml
@@ -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'