| --- |
| - project: |
| name: dcaegen2-utils |
| project-name: 'dcaegen2-utils' |
| jobs: |
| - '{project-name}-{stream}-verify-java' |
| - '{project-name}-{stream}-merge-java' |
| - '{project-name}-{stream}-release-version-java-daily-no-sonar' |
| |
| project: 'dcaegen2/utils' |
| stream: |
| - 'master': |
| branch: 'master' |
| - 'amsterdam': |
| branch: 'amsterdam' |
| mvn-settings: 'dcaegen2-utils-settings' |
| # due to a strange macro / variable translation problem this needs |
| # to be passed as a string block to properly get the properties |
| # correctly defined in the job |
| maven-deploy-properties: | |
| deployAtEnd=true |
| files: '**' |
| archive-artifacts: '' |
| build-node: 'ubuntu1604-docker-8c-8g' |