From 3878f25110b185eed1d8f0f08fe55bfe57f9399d Mon Sep 17 00:00:00 2001 From: vrvarma Date: Fri, 19 Oct 2018 09:48:40 -0400 Subject: Fix the cmso sonar jenkins job Change the build-node to an image that has docker installed. Change-Id: I120348dda93ed8911cb063ff5aa984f9d75a1055 Signed-off-by: vrvarma Issue-ID: OPTFRA-373 --- jjb/optf/optf-cmso.yaml | 100 ++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'jjb/optf') diff --git a/jjb/optf/optf-cmso.yaml b/jjb/optf/optf-cmso.yaml index 4d3ccccb5..788e75217 100644 --- a/jjb/optf/optf-cmso.yaml +++ b/jjb/optf/optf-cmso.yaml @@ -1,50 +1,50 @@ ---- - -- project: - name: optf-cmso - project-name: 'optf-cmso' - jobs: - - gerrit-maven-clm: - mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' - - '{project-name}-{stream}-verify-java-checkstyle': - mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' - - '{project-name}-{stream}-merge-properties-java': - mvn_properties: - - docker.pull.registry=nexus3.onap.org:10001 - - docker.push.registry=nexus3.onap.org:10003 - - '{project-name}-{stream}-release-java-daily-checkstyle': - setVersion: 'DoSetVersion' - mvn_properties: - - docker.pull.registry=nexus3.onap.org:10001 - - '{project-name}-{stream}-docker-java-properties-daily': - setVersion: 'DoSetVersion' - docker-pom: 'pom.xml' - mvn-profile: 'docker' - mvn-params: '-Dmaven.test.skip=true' - maven-properties: | - cmso.registry=$ - - build-node: ubuntu1604-docker-8c-8g - project: 'optf/cmso' - stream: - - 'master': - branch: 'master' - mvn-settings: 'optf-cmso-settings' - subproject: - - 'cmso': - path: '.' - pattern: '**' - pom: 'pom.xml' - -- project: - name: optf-cmso-sonar - jobs: - - gerrit-maven-sonar - cron: 'H 11 * * *' - build-node: ubuntu1604-builder-4c-4g - project: 'optf/cmso' - project-name: 'optf-cmso' - branch: 'master' - mvn-settings: 'optf-cmso-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' +--- + +- project: + name: optf-cmso + project-name: 'optf-cmso' + jobs: + - gerrit-maven-clm: + mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' + - '{project-name}-{stream}-verify-java-checkstyle': + mvn-params: '-Ddocker.pull.registry=nexus3.onap.org:10001' + - '{project-name}-{stream}-merge-properties-java': + mvn_properties: + - docker.pull.registry=nexus3.onap.org:10001 + - docker.push.registry=nexus3.onap.org:10003 + - '{project-name}-{stream}-release-java-daily-checkstyle': + setVersion: 'DoSetVersion' + mvn_properties: + - docker.pull.registry=nexus3.onap.org:10001 + - '{project-name}-{stream}-docker-java-properties-daily': + setVersion: 'DoSetVersion' + docker-pom: 'pom.xml' + mvn-profile: 'docker' + mvn-params: '-Dmaven.test.skip=true' + maven-properties: | + cmso.registry=$ + + build-node: ubuntu1604-docker-8c-8g + project: 'optf/cmso' + stream: + - 'master': + branch: 'master' + mvn-settings: 'optf-cmso-settings' + subproject: + - 'cmso': + path: '.' + pattern: '**' + pom: 'pom.xml' + +- project: + name: optf-cmso-sonar + jobs: + - gerrit-maven-sonar + cron: 'H 11 * * *' + build-node: ubuntu1604-docker-8c-8g + project: 'optf/cmso' + project-name: 'optf-cmso' + branch: 'master' + mvn-settings: 'optf-cmso-settings' + mvn-goals: 'clean install' + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' -- cgit 1.2.3-korg