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