summaryrefslogtreecommitdiffstats
path: root/jjb/optf
diff options
context:
space:
mode:
authorvrvarma <vv8305@att.com>2018-10-19 09:48:40 -0400
committervrvarma <vv8305@att.com>2018-10-19 09:48:59 -0400
commit3878f25110b185eed1d8f0f08fe55bfe57f9399d (patch)
tree6d95d5c4c7f12084d9fba215299ae7c8eb7911ec /jjb/optf
parentd857ca55c249f5378cb27cdd1828ba7d27ee21a5 (diff)
Fix the cmso sonar jenkins job
Change the build-node to an image that has docker installed. Change-Id: I120348dda93ed8911cb063ff5aa984f9d75a1055 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-373
Diffstat (limited to 'jjb/optf')
-rw-r--r--jjb/optf/optf-cmso.yaml100
1 files changed, 50 insertions, 50 deletions
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'