Martin Polreich | f21c2f2 | 2019-01-29 14:50:06 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - system.jenkins.client.job.git-mirrors.downstream |
| 3 | parameters: |
| 4 | _param: |
| 5 | gerrit_pipeline_library_repo: https://github.com/Mirantis/pipeline-library |
| 6 | gerrit_mk_pipelines_repo: https://github.com/Mirantis/mk-pipelines |
| 7 | jenkins_git_mirror_downstream_jobs: |
| 8 | - name: pipeline-library |
| 9 | downstream: mcp-ci/pipeline-library |
| 10 | upstream: "${_param:gerrit_pipeline_library_repo}" |
Martin Polreich | aee6873 | 2019-03-12 16:45:57 +0100 | [diff] [blame^] | 11 | branches: "*" |
Martin Polreich | f21c2f2 | 2019-01-29 14:50:06 +0100 | [diff] [blame] | 12 | - name: mk-pipelines |
| 13 | downstream: mk/mk-pipelines |
| 14 | upstream: "${_param:gerrit_mk_pipelines_repo}" |
Martin Polreich | aee6873 | 2019-03-12 16:45:57 +0100 | [diff] [blame^] | 15 | branches: "*" |