From de3b5ef2e490971165a850082c7ebc61a92f6b5c Mon Sep 17 00:00:00 2001 From: eh552t Date: Mon, 28 Aug 2017 17:58:53 +0200 Subject: [PATCH] Initial CSIT jenkins jobs for Clamp Jenkins Jobs for Clamp CSIT using the templates provided by integration Change-Id: I5c926c72fe85d046522c1f788b53e3215954660c Signed-off-by: eh552t Issue-Id: CLAMP-28 --- jjb/clamp/clamp-csit.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 jjb/clamp/clamp-csit.yaml 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' -- 2.16.6