X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdcaegen2%2Fdcaegen2-utils.yaml;h=3f4f16124d61294b3cb4429c95c30b566cc242ed;hb=81c90e748af61c4b56c2d74b90404e9927f2e348;hp=594978ea8311135b50c8368c604cfe1f5be00ebe;hpb=467f926bcd7d9686ec6054f75b59d0c0367fa7d2;p=ci-management.git diff --git a/jjb/dcaegen2/dcaegen2-utils.yaml b/jjb/dcaegen2/dcaegen2-utils.yaml index 594978ea8..3f4f16124 100644 --- a/jjb/dcaegen2/dcaegen2-utils.yaml +++ b/jjb/dcaegen2/dcaegen2-utils.yaml @@ -5,17 +5,20 @@ jobs: - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-java-daily-no-sonar' project: 'dcaegen2/utils' stream: - 'master': branch: 'master' - 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: '' + - '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'