X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fdemo%2Fdemo.yaml;h=3d1bf460f810ce5c1ac7a3b4ca3a051d545a77e7;hb=c30c1ff90a680fa0d4d0c6a2bc23d4fdf5b36520;hp=a86ded70a573ae52fde60649a9795ae2fe1c27e1;hpb=abc95185ef7a3203210979307e7c6aa4d51c6936;p=ci-management.git diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml index a86ded70a..3d1bf460f 100644 --- a/jjb/demo/demo.yaml +++ b/jjb/demo/demo.yaml @@ -1,18 +1,29 @@ --- +- project: + name: demo-project-view + project-name: demo + views: + - project-view - project: name: demo project-name: 'demo' jobs: - - gerrit-maven-clm: - '{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-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'demo' stream: - 'master': branch: 'master' + - 'elalto': + branch: 'elalto' mvn-settings: 'demo-settings' files: '**' archive-artifacts: '' @@ -21,7 +32,12 @@ name: demo-sonar jobs: - gerrit-maven-sonar - cron: 'H 11 * * *' + sonarcloud: true + sonarcloud-project-organization: '{sonarcloud_project_organization}' + sonarcloud-api-token: '{sonarcloud_api_token}' + sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + sonar-mvn-goal: '{sonar_mvn_goal}' + cron: '@daily' build-node: ubuntu1604-builder-4c-4g project: 'demo' project-name: 'demo' @@ -29,3 +45,11 @@ mvn-settings: 'demo-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: demo-info + project-name: demo + jobs: + - gerrit-info-yaml-verify + project: demo + branch: master