Thomas Nelson Jr (arthurdent3) | c4dbd08 | 2018-02-05 20:08:10 -0500 | [diff] [blame] | 1 | --- |
| 2 | - project: |
Jessica Wagantall | 9c3a060 | 2018-02-08 16:42:11 -0800 | [diff] [blame] | 3 | name: music |
| 4 | project-name: 'music' |
| 5 | jobs: |
Jessica Wagantall | cb96130 | 2018-08-24 18:49:15 +0000 | [diff] [blame] | 6 | - gerrit-maven-clm |
Jessica Wagantall | 9c3a060 | 2018-02-08 16:42:11 -0800 | [diff] [blame] | 7 | - '{project-name}-{stream}-verify-java' |
| 8 | - '{project-name}-{stream}-merge-java' |
| 9 | - '{project-name}-{stream}-release-version-java-daily' |
| 10 | - '{project-name}-{stream}-docker-version-java-daily': |
| 11 | docker-pom: 'pom.xml' |
| 12 | mvn-profile: docker |
Jessica Wagantall | da0d726 | 2018-05-07 15:20:04 -0700 | [diff] [blame] | 13 | mvn-params: '-Dmaven.test.skip=true' |
Jessica Wagantall | 9c3a060 | 2018-02-08 16:42:11 -0800 | [diff] [blame] | 14 | project: 'music' |
| 15 | stream: |
| 16 | - 'master': |
| 17 | branch: 'master' |
Nelson,Thomas(tn1381)(arthurdent3) | b3196d0 | 2018-06-05 18:00:45 -0400 | [diff] [blame] | 18 | - 'beijing': |
| 19 | branch: 'beijing' |
Jessica Wagantall | 9c3a060 | 2018-02-08 16:42:11 -0800 | [diff] [blame] | 20 | mvn-settings: 'music-settings' |
| 21 | files: '**' |
| 22 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 23 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 9c3a060 | 2018-02-08 16:42:11 -0800 | [diff] [blame] | 24 | |
| 25 | - project: |
Thomas Nelson Jr (arthurdent3) | c4dbd08 | 2018-02-05 20:08:10 -0500 | [diff] [blame] | 26 | name: music-sonar |
| 27 | jobs: |
| 28 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame^] | 29 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 30 | build-node: ubuntu1604-builder-4c-4g |
Thomas Nelson Jr (arthurdent3) | c4dbd08 | 2018-02-05 20:08:10 -0500 | [diff] [blame] | 31 | project: 'music' |
| 32 | project-name: 'music' |
| 33 | branch: 'master' |
| 34 | mvn-settings: 'music-settings' |
| 35 | mvn-goals: 'clean install' |
| 36 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
| 37 | |