Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2-platform-inventory-api |
| 4 | project-name: 'dcaegen2-platform-inventory-api' |
| 5 | jobs: |
| 6 | - '{project-name}-{stream}-verify-java' |
| 7 | - '{project-name}-{stream}-merge-java' |
| 8 | - '{project-name}-{stream}-release-version-java-daily' |
Michael Hwang | e9b6e01 | 2017-09-18 16:53:49 -0400 | [diff] [blame] | 9 | - '{project-name}-{stream}-docker-java-shell-daily': |
| 10 | mvn-goals: 'clean package docker:build -DpushImage' |
| 11 | # No-op |
| 12 | script: '/bin/true' |
Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 13 | |
| 14 | project: 'dcaegen2/platform/inventory-api' |
| 15 | stream: |
| 16 | - 'master': |
| 17 | branch: 'master' |
Lusheng Ji | a2511b6 | 2017-08-29 03:55:41 +0000 | [diff] [blame] | 18 | mvn-settings: 'dcaegen2-platform-inventory-api-settings' |
| 19 | # due to a strange macro / variable translation problem this needs |
| 20 | # to be passed as a string block to properly get the properties |
| 21 | # correctly defined in the job |
| 22 | maven-deploy-properties: | |
| 23 | deployAtEnd=true |
| 24 | files: '**' |
| 25 | archive-artifacts: '' |
| 26 | build-node: 'ubuntu1604-docker-8c-8g' |