X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fpolicy%2Fpolicy-gui.yaml;h=bf306b53e523e4facb408af75ee530199bc98147;hb=2f22a0fe77768c64bf30539951325ae781039615;hp=dd621599ab2d381ebee55c2c1ff1bde77f9efe46;hpb=f98713682d6c0a94dc98233a31e5fcfe31d05678;p=ci-management.git diff --git a/jjb/policy/policy-gui.yaml b/jjb/policy/policy-gui.yaml index dd621599a..bf306b53e 100644 --- a/jjb/policy/policy-gui.yaml +++ b/jjb/policy/policy-gui.yaml @@ -4,29 +4,55 @@ project-name: 'policy-gui' jobs: - '{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 + mvn-params: '-Dmaven.test.skip=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' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'policy/gui' stream: - 'master': branch: 'master' + - 'istanbul': + branch: 'istanbul' 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 + - 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: ubuntu1604-builder-4c-4g + 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 @@ -35,5 +61,19 @@ nexus-iq-namespace: 'onap-' project: policy/gui project-name: 'policy-gui' - branch: 'master' + stream: + - 'master': + branch: 'master' + - 'istanbul': + branch: 'istanbul' 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