blob: fbec27cf50e2f618d8ba5eca53b3eb166cf3ec5a [file] [log] [blame]
Martin Polreichf21c2f22019-01-29 14:50:06 +01001classes:
2 - system.jenkins.client.job.git-mirrors.downstream
3parameters:
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 Polreichaee68732019-03-12 16:45:57 +010011 branches: "*"
Martin Polreichf21c2f22019-01-29 14:50:06 +010012 - name: mk-pipelines
13 downstream: mk/mk-pipelines
14 upstream: "${_param:gerrit_mk_pipelines_repo}"
Martin Polreichaee68732019-03-12 16:45:57 +010015 branches: "*"