diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-10-19 15:18:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-19 15:18:38 +0000 |
commit | 71a80cb6b8d444a65694e1963364f89525b57d92 (patch) | |
tree | aa3bafafdce330692f8b03409a5b2fc45aa851f5 /jjb | |
parent | 691c8af2f01a6b1d1beb26a5653f5984a53983e3 (diff) | |
parent | 3878f25110b185eed1d8f0f08fe55bfe57f9399d (diff) |
Merge "Fix the cmso sonar jenkins job"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/optf/optf-cmso.yaml | 100 |
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' |