diff options
Diffstat (limited to 'jjb/multicloud/multicloud-openstack-starlingx-csit.yaml')
-rw-r--r-- | jjb/multicloud/multicloud-openstack-starlingx-csit.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml b/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml new file mode 100644 index 000000000..364bf01fd --- /dev/null +++ b/jjb/multicloud/multicloud-openstack-starlingx-csit.yaml @@ -0,0 +1,12 @@ +--- +- project: + name: multicloud-openstack-starlingx-csit + jobs: + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'multicloud-starlingx' + stream: 'master' + functionality: + - 'functionality1': + trigger_jobs: 'multicloud-openstack-master-docker-java-version-shell-daily' + robot-options: '' + branch: 'master' |