X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fsdnc%2Fsdnc-northbound.yaml;h=85293ea151ea758f697770acb199540d35bdbdb6;hb=8cb9edf54e7842373758935c79d2a320f503e7f0;hp=4bc5abe03a07c00d9a997b46d95aea30ba240e69;hpb=bfe66b08fdac7b2d3726a54e419f0009ad43a63a;p=ci-management.git diff --git a/jjb/sdnc/sdnc-northbound.yaml b/jjb/sdnc/sdnc-northbound.yaml index 4bc5abe03..85293ea15 100644 --- a/jjb/sdnc/sdnc-northbound.yaml +++ b/jjb/sdnc/sdnc-northbound.yaml @@ -3,17 +3,20 @@ name: sdnc-northbound project-name: 'sdnc-northbound' jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' - - gerrit-maven-stage - - '{project-name}-{stream}-release-version-java-daily' + - gerrit-maven-verify + - gerrit-maven-merge: + cron: '@daily' + - gerrit-maven-stage: + sign-artifacts: true + build-node: centos7-builder-4c-4g + cron: '' + - '{project-name}-gerrit-release-jobs': + build-node: centos7-docker-8c-8g project: 'sdnc/northbound' stream: - 'master': branch: 'master' - - 'casablanca': - branch: 'casablanca' mvn-settings: 'sdnc-northbound-settings' # due to a strange macro / variable translation problem this needs to be @@ -23,12 +26,20 @@ deployAtEnd=true files: '**' archive-artifacts: '' + maven-version: "mvn35" build-node: ubuntu1604-builder-4c-4g + mvn-snapshot-id: 'ecomp-snapshots' + nexus-snapshot-repo: 'snapshots' - project: name: sdnc-northbound-sonar jobs: - gerrit-maven-sonar + 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: 'sdnc/northbound' @@ -36,6 +47,7 @@ branch: 'master' mvn-settings: 'sdnc-northbound-settings' mvn-goals: 'clean install' + maven-version: "mvn35" mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - project: @@ -49,8 +61,6 @@ stream: - 'master': branch: 'master' - - 'casablanca': - branch: 'casablanca' mvn-settings: 'sdnc-northbound-settings' - project: @@ -58,5 +68,6 @@ project-name: sdnc-northbound jobs: - gerrit-info-yaml-verify + build-node: centos7-builder-2c-1g project: sdnc/northbound branch: master