From 3472ea3f2107c09e78e1506b59f1f76f0e076c55 Mon Sep 17 00:00:00 2001 From: kishore Date: Wed, 13 Sep 2017 12:24:15 -0500 Subject: Add Portal CSIT Jenkins job Issue-id:PORTAL-98 Change-Id: I53836318e6b08a4822696bb830d2fcd9bacb9daa Signed-off-by: kishore --- jjb/portal/portal-csit.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jjb/portal/portal-csit.yaml (limited to 'jjb/portal/portal-csit.yaml') 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' -- cgit 1.2.3-korg