diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-08-28 17:10:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-28 17:10:53 +0000 |
commit | fadef9c24e9280d1d136113906a9d79ba878232d (patch) | |
tree | fca3c7a4369b64786b48702cde1f892a8aae592f /jjb | |
parent | 5c5e338301036db34711d089359ce281ed856ee5 (diff) | |
parent | de3b5ef2e490971165a850082c7ebc61a92f6b5c (diff) |
Merge "Initial CSIT jenkins jobs for Clamp"
Diffstat (limited to 'jjb')
-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' |