diff options
author | vrvarma <vv8305@att.com> | 2018-09-25 23:46:20 -0400 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2018-09-26 00:09:20 -0400 |
commit | 272d1d5d7e092e1e9d215d1c39e93db3361d8931 (patch) | |
tree | 977124368d184aadd4c3f800fe43ebd8a7f86604 /jjb | |
parent | 446664f25f9dd91ef228b3d27cf428da1789c6f5 (diff) |
Adding optf-osdf csit jjb configuration
Adding osdf csit jenkins job configuration
Change-Id: Ia902fe33e010bf8e1dcc50af9d3ce7e83bfae6cd
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-286
Signed-off-by: vrvarma <vv8305@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/optf/optf-osdf-csit.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/optf/optf-osdf-csit.yaml b/jjb/optf/optf-osdf-csit.yaml new file mode 100644 index 000000000..eada89de0 --- /dev/null +++ b/jjb/optf/optf-osdf-csit.yaml @@ -0,0 +1,17 @@ +--- +- project: + name: optf-osdf-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'optf-osdf' + stream: + - 'master': + branch: master + - 'beijing': + branch: beijing + functionality: + - 'osdf': + trigger_jobs: 'optf-osdf-master-osdf-docker-java-version-shell-daily' + robot-options: '' + branch: 'master' |