X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fholmes%2Fholmes-common.yaml;h=11b90aedafb9b9cd834d6d3956426b8deb3724e3;hb=63306166fa492a8e37429b9cf12773cb5184ae17;hp=4b2fa31948ff04d1cadbfd87076d14ee81c215a5;hpb=7ee1a68c10e2719c3f97356026ba468f862fed9d;p=ci-management.git diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 4b2fa3194..11b90aeda 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -1,13 +1,20 @@ --- +- project: + name: holmes-project-view + project-name: holmes + views: + - project-view + - project: name: holmes-common project-name: 'holmes-common' jobs: - - gerrit-maven-clm: - java-version: '' - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - - '{project-name}-{stream}-release-version-java-daily' + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true project: 'holmes/common' stream: @@ -16,4 +23,35 @@ mvn-settings: 'holmes-common-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-basebuild-4c-4g + build-node: ubuntu1604-builder-4c-4g + +- project: + name: holmes-common-sonar + jobs: + - gerrit-maven-sonar + cron: '@daily' + build-node: ubuntu1604-builder-4c-4g + project: 'holmes/common' + project-name: 'holmes-common' + branch: 'master' + mvn-settings: 'holmes-common-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: holmes-common-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: holmes/common + project-name: 'holmes-common' + branch: 'master' + mvn-settings: 'holmes-common-settings' + +- project: + name: holmes-common-info + project-name: holmes-common + jobs: + - gerrit-info-yaml-verify + project: holmes/common + branch: master