diff options
author | eh552t <eh552t@intl.att.com> | 2017-08-28 17:58:53 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2017-08-28 17:59:07 +0200 |
commit | de3b5ef2e490971165a850082c7ebc61a92f6b5c (patch) | |
tree | 97a1589639333a96da4b7e5a00b549b5b37962cf /jjb/clamp | |
parent | 0f73b6724fdaadbaf591d2059970fe9d88bff028 (diff) |
Initial CSIT jenkins jobs for Clamp
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
Diffstat (limited to 'jjb/clamp')
-rw-r--r-- | jjb/clamp/clamp-csit.yaml | 15 |
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' |