liamfallon | d4d261f | 2018-12-19 12:52:49 +0000 | [diff] [blame] | 1 | --- |
2 | # this job gets triggered when a change is merged to | ||||
3 | # policy/distribution project on ONAP Gerrit. | ||||
4 | - project: | ||||
5 | name: policy-distribution-rebase | ||||
6 | project: policy/distribution | ||||
7 | project-name: policy-distribution | ||||
8 | |||||
9 | stream: | ||||
10 | - master: | ||||
11 | branch: '{stream}' | ||||
12 | # - casablanca: | ||||
13 | # branch: '{stream}' | ||||
14 | |||||
15 | jobs: | ||||
16 | - '{project-name}-{stream}-rebase' |