X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdmaap%2Fdmaap-dbcapi.yaml;h=e52b09f0c3415aba3ecd276172fc101ee10c8d40;hb=5f4277f766a66dffa01cb6cfca2039b8101e1f19;hp=cc5c7d7249d973910e387f82ac7e90ce20d20f9e;hpb=36643560a04c56997fffcb9da857e28c508a5bb8;p=ci-management.git diff --git a/jjb/dmaap/dmaap-dbcapi.yaml b/jjb/dmaap/dmaap-dbcapi.yaml index cc5c7d724..e52b09f0c 100644 --- a/jjb/dmaap/dmaap-dbcapi.yaml +++ b/jjb/dmaap/dmaap-dbcapi.yaml @@ -3,20 +3,32 @@ name: dmaap-dbcapi project-name: 'dmaap-dbcapi' jobs: - - '{project-name}-{stream}-clm' + - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' - - '{project-name}-{stream}-stage-site-java': - site-pom: 'dmaap/dbcapi/pom.xml' - trigger-job: '{project-name}-{stream}-release-version-java-daily' - mvn-goals: 'clean install' project: 'dmaap/dbcapi' + mvn-settings: 'dmaap-dbcapi-settings' stream: - 'master': branch: 'master' - - 'release-1.0.0': - branch: 'release-1.0.0' - mvn-settings: 'dmaap-dbcapi-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: '' + +- project: + name: dmaap-dbcapi-sonar + jobs: + - gerrit-maven-sonar + cron: '@daily' + build-node: ubuntu1604-builder-4c-4g + project: 'dmaap/dbcapi' + project-name: 'dmaap-dbcapi' + branch: 'master' + mvn-settings: 'dmaap-dbcapi-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'