X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fpolicy%2Fpolicy-gui.yaml;h=43f096649f9c788c1afc5b8495ed641ce550e6dd;hb=a4efc812629fef145dabc64bdf09b39748d592a5;hp=e87227004821548e2219822621d9271a93fcce7c;hpb=4f90824df974a3368dec6b4f2da87199c5193564;p=ci-management.git diff --git a/jjb/policy/policy-gui.yaml b/jjb/policy/policy-gui.yaml index e87227004..43f096649 100644 --- a/jjb/policy/policy-gui.yaml +++ b/jjb/policy/policy-gui.yaml @@ -3,28 +3,72 @@ name: policy-gui project-name: 'policy-gui' jobs: - - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-merge-java': + docker-pom: 'pom.xml' + mvn-params: '-P docker' + build-node: ubuntu1804-docker-8c-8g + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + maven-versions-plugin: true + - gerrit-maven-docker-stage: + build-node: ubuntu1804-docker-8c-8g + maven-versions-plugin: true + mvn-params: '-P docker -Dmaven.test.skip=true' + container-public-registry: 'nexus3.onap.org:10001' + container-staging-registry: 'nexus3.onap.org:10003' + disabled: true + - '{project-name}-gerrit-release-jobs': + build-node: centos7-builder-4c-4g + disabled: true project: 'policy/gui' stream: - 'master': branch: 'master' mvn-settings: 'policy-gui-settings' + java-version: openjdk11 files: '**' archive-artifacts: '' - build-node: ubuntu1604-builder-4c-4g + build-node: ubuntu1804-builder-4c-4g - project: name: policy-gui-sonar jobs: - - gerrit-maven-sonar - cron: 'H 11 * * *' - build-node: ubuntu1604-builder-4c-4g + - gerrit-maven-sonar-prescan-script + 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: ubuntu1804-builder-4c-4g project: 'policy/gui' project-name: 'policy-gui' branch: 'master' mvn-settings: 'policy-gui-settings' + java-version: openjdk11 mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + sonar-prescan-script: !include-raw-escape: ../ubuntu-latest-nodejs.sh + +- project: + name: policy-gui-clm + jobs: + - gerrit-maven-clm + nexus-iq-namespace: 'onap-' + project: policy/gui + project-name: 'policy-gui' + branch: 'master' + mvn-settings: 'policy-gui-settings' + java-version: openjdk11 + +- project: + name: policy-gui-info + project-name: policy-gui + jobs: + - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g + project: policy/gui + branch: master