Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: policy-common |
| 4 | project-name: 'policy-common' |
| 5 | jobs: |
Pamela Dragosh | c6ff9c7 | 2017-02-16 11:11:45 -0500 | [diff] [blame] | 6 | - '{project-name}-{stream}-verify-java-skip-tests' |
Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 7 | - '{project-name}-{stream}-merge-java' |
Pamela Dragosh | 72524f7 | 2017-02-17 14:30:28 -0500 | [diff] [blame] | 8 | - '{project-name}-{stream}-release-version-java-daily' |
Pamela Dragosh | c61c8de | 2017-04-10 14:01:02 -0400 | [diff] [blame] | 9 | - '{project-name}-{stream}-stage-site-java': |
| 10 | site-pom: 'pom.xml' |
| 11 | trigger-job: '{project-name}-{stream}-release-version-java-daily' |
Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 12 | |
| 13 | project: 'policy/common' |
| 14 | stream: |
| 15 | - 'master': |
| 16 | branch: 'master' |
Pamela Dragosh | 55ceb8f | 2017-05-23 12:23:16 -0400 | [diff] [blame] | 17 | mvn-settings: 'policy-common-settings' |
| 18 | files: '**' |
| 19 | archive-artifacts: '' |
| 20 | build-node: ubuntu1604-basebuild-4c-4g |
| 21 | - project: |
| 22 | name: policy-common-release-1.0.0 |
| 23 | project-name: 'policy-common' |
| 24 | jobs: |
| 25 | - '{project-name}-{stream}-verify-java-skip-tests' |
| 26 | - '{project-name}-{stream}-merge-java' |
| 27 | - '{project-name}-{stream}-release-version-java-daily-no-sonar' |
| 28 | - '{project-name}-{stream}-stage-site-java': |
| 29 | site-pom: 'pom.xml' |
| 30 | trigger-job: '{project-name}-{stream}-release-version-java-daily' |
| 31 | |
| 32 | project: 'policy/common' |
| 33 | stream: |
Pamela Dragosh | 192a9c4 | 2017-03-10 11:47:45 -0500 | [diff] [blame] | 34 | - 'release-1.0.0': |
| 35 | branch: 'release-1.0.0' |
Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 36 | mvn-settings: 'policy-common-settings' |
Pamela Dragosh | 33ba85b | 2017-02-15 10:58:03 -0500 | [diff] [blame] | 37 | files: '**' |
| 38 | archive-artifacts: '' |
Andrew Grimberg | 75ed59a | 2017-02-16 04:02:08 -0800 | [diff] [blame] | 39 | build-node: ubuntu1604-basebuild-4c-4g |