diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-14 18:00:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-14 18:00:58 +0000 |
commit | 76f0559d3958926e2994ba0e60c4962ba664e3e4 (patch) | |
tree | bbd3b701e80699cd0737caa36580614e17dba00d /jjb | |
parent | 1381f4326f8dd197fc4f2f3ed667dbc511e01753 (diff) | |
parent | 3472ea3f2107c09e78e1506b59f1f76f0e076c55 (diff) |
Merge "Add Portal CSIT Jenkins job"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/portal/portal-csit.yaml | 13 |
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' |