summaryrefslogtreecommitdiffstats
path: root/jjb/portal/portal-csit.yaml
diff options
context:
space:
mode:
authorkishore <kk707x@att.com>2017-09-13 12:24:15 -0500
committerkishore <kk707x@att.com>2017-09-14 11:52:24 -0500
commit3472ea3f2107c09e78e1506b59f1f76f0e076c55 (patch)
tree341b137356681fbe319a02bb27ea374b26d1f75d /jjb/portal/portal-csit.yaml
parent88f84ffa98cf93b51e7c7b669a6ebc70e3a9322f (diff)
Add Portal CSIT Jenkins job
Issue-id:PORTAL-98 Change-Id: I53836318e6b08a4822696bb830d2fcd9bacb9daa Signed-off-by: kishore <kk707x@att.com>
Diffstat (limited to 'jjb/portal/portal-csit.yaml')
-rw-r--r--jjb/portal/portal-csit.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/portal/portal-csit.yaml b/jjb/portal/portal-csit.yaml
new file mode 100644
index 000000000..a8e961223
--- /dev/null
+++ b/jjb/portal/portal-csit.yaml
@@ -0,0 +1,13 @@
+- project:
+ name: portal-csit
+ jobs:
+ - '{project-name}-{stream}-verify-csit-{functionality}'
+ - '{project-name}-{stream}-csit-{functionality}'
+ project-name: 'portal'
+ stream: 'master'
+ functionality:
+ - 'testsuite':
+ trigger_jobs:
+ - 'portal-docker-{stream}-merge-docker-script'
+ robot-options: ''
+ branch: 'master'