Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: sdnc-core |
| 4 | project-name: 'sdnc-core' |
Dan Timoney | bd06cb3 | 2017-04-20 20:42:19 -0400 | [diff] [blame] | 5 | subproject: |
| 6 | - 'rootpom': |
| 7 | pom: 'rootpom/pom.xml' |
| 8 | pattern: 'rootpom/**' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 9 | jobs: |
Jessica Wagantall | ded01d7 | 2017-10-13 13:09:04 -0700 | [diff] [blame] | 10 | - gerrit-maven-clm: |
| 11 | java-version: '' |
Dan Timoney | bd06cb3 | 2017-04-20 20:42:19 -0400 | [diff] [blame] | 12 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 13 | - '{project-name}-{stream}-{subproject}-merge-java' |
Jessica Wagantall | 68653e5 | 2018-02-01 13:40:39 -0800 | [diff] [blame] | 14 | - '{project-name}-{stream}-{subproject}-release-java-daily' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 15 | - '{project-name}-{stream}-verify-java-skip-tests' |
| 16 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | 340fb43 | 2018-02-01 13:55:30 -0800 | [diff] [blame] | 17 | - '{project-name}-{stream}-release-version-java-daily' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 18 | |
| 19 | project: 'sdnc/core' |
| 20 | stream: |
| 21 | - 'master': |
| 22 | branch: 'master' |
Timoney, Daniel (dt5972) | 9983b5c | 2017-02-20 05:06:30 -0500 | [diff] [blame] | 23 | mvn-settings: 'sdnc-core-settings' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 24 | |
| 25 | # due to a strange macro / variable translation problem this needs to be |
| 26 | # passed as a string block to properly get the properties correctly defined |
| 27 | # in the job |
| 28 | maven-deploy-properties: | |
| 29 | deployAtEnd=true |
| 30 | files: '**' |
| 31 | archive-artifacts: '' |
Dan Timoney | 7e716dd | 2017-04-21 17:23:55 -0400 | [diff] [blame] | 32 | build-node: ubuntu1604-basebuild-4c-2g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 33 | - project: |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 34 | name: sdnc-core-sonar |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 35 | jobs: |
| 36 | - gerrit-maven-sonar |
Jessica Wagantall | d8d79c7 | 2018-02-01 11:32:38 -0800 | [diff] [blame] | 37 | build-node: ubuntu1604-basebuild-4c-4g |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 38 | java-version: '' |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 39 | project: 'sdnc/core' |
| 40 | project-name: 'sdnc-core' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 41 | branch: 'master' |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 42 | mvn-settings: 'sdnc-core-settings' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 43 | mvn-goals: 'clean install' |
Jessica Wagantall | 68653e5 | 2018-02-01 13:40:39 -0800 | [diff] [blame] | 44 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |