diff options
Diffstat (limited to 'jjb/cps/cps-cps-tbdmt.yaml')
-rw-r--r-- | jjb/cps/cps-cps-tbdmt.yaml | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/jjb/cps/cps-cps-tbdmt.yaml b/jjb/cps/cps-cps-tbdmt.yaml index ddbd20090..de65d8211 100644 --- a/jjb/cps/cps-cps-tbdmt.yaml +++ b/jjb/cps/cps-cps-tbdmt.yaml @@ -1,17 +1,17 @@ --- - project: - name: cps-tbdmt-project-view - project-name: cps-cps-tbdmt - views: - - project-view + name: cps-tbdmt-project-view + project-name: cps-cps-tbdmt + views: + - project-view - project: - name: cps-tbdmt-info - project: cps/cps-tbdmt - project-name: cps-cps-tbdmt - build-node: centos8-builder-2c-1g - jobs: - - gerrit-info-yaml-verify + name: cps-tbdmt-info + project: cps/cps-tbdmt + project-name: cps-cps-tbdmt + build-node: centos8-builder-2c-1g + jobs: + - gerrit-info-yaml-verify - project: name: cps-tbdmt-clm @@ -20,11 +20,11 @@ maven-version: "mvn36" jobs: - gerrit-maven-clm - nexus-iq-namespace: 'onap-' + nexus-iq-namespace: "onap-" project: cps/cps-tbdmt project-name: cps-cps-tbdmt - branch: 'master' - mvn-settings: 'cps-cps-tbdmt-settings' + branch: "master" + mvn-settings: "cps-cps-tbdmt-settings" build-node: centos8-docker-8c-8g - project: @@ -34,11 +34,11 @@ maven-version: "mvn36" project-name: cps-cps-tbdmt project: cps/cps-tbdmt - mvn-snapshot-id: 'ecomp-snapshots' - nexus-snapshot-repo: 'snapshots' + mvn-snapshot-id: "ecomp-snapshots" + nexus-snapshot-repo: "snapshots" jobs: - gerrit-maven-verify: - mvn-goals: 'clean install' + mvn-goals: "clean install" - gerrit-maven-merge - gerrit-maven-stage: sign-artifacts: true @@ -47,17 +47,17 @@ - gerrit-maven-docker-stage: build-node: centos8-docker-8c-8g maven-versions-plugin: true - mvn-params: '-P docker' - container-public-registry: 'nexus3.onap.org:10001' - container-staging-registry: 'nexus3.onap.org:10003' - - '{project-name}-gerrit-release-jobs': + mvn-params: "-P docker" + container-public-registry: "nexus3.onap.org:10001" + container-staging-registry: "nexus3.onap.org:10003" + - "{project-name}-gerrit-release-jobs": build-node: centos7-docker-2c-1g stream: - - 'master': - branch: 'master' - mvn-settings: 'cps-cps-tbdmt-settings' - files: '**' - archive-artifacts: '' + - "master": + branch: "master" + mvn-settings: "cps-cps-tbdmt-settings" + files: "**" + archive-artifacts: "" build-node: centos8-docker-8c-8g - project: @@ -68,34 +68,34 @@ jobs: - gerrit-maven-sonar sonarcloud: true - sonarcloud-project-organization: '{sonarcloud_project_organization}' - sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' - sonar-mvn-goal: '{sonar_mvn_goal}' - cron: '@daily' + sonarcloud-project-organization: "{sonarcloud_project_organization}" + sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" + sonar-mvn-goal: "{sonar_mvn_goal}" + cron: "@daily" build-node: centos8-docker-8c-8g - project: 'cps/cps-tbdmt' - project-name: 'cps-cps-tbdmt' - branch: 'master' - mvn-settings: 'cps-cps-tbdmt-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + project: "cps/cps-tbdmt" + project-name: "cps-cps-tbdmt" + branch: "master" + mvn-settings: "cps-cps-tbdmt-settings" + mvn-goals: "clean install" + mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m" - project: - name: cps-tbdmt-sonar-verify - java-version: openjdk11 - mvn-version: "mvn36" - maven-version: "mvn36" - jobs: - - gerrit-maven-sonar-verify - sonarcloud: true - sonarcloud-project-organization: '{sonarcloud_project_organization}' - sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' - sonarcloud-qualitygate-wait: true - sonar-mvn-goal: '{sonar_mvn_goal}' - build-node: centos8-docker-8c-8g - project: 'cps/cps-tbdmt' - project-name: 'cps-cps-tbdmt' - branch: 'master' - mvn-settings: 'cps-cps-tbdmt-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + name: cps-tbdmt-sonar-verify + java-version: openjdk11 + mvn-version: "mvn36" + maven-version: "mvn36" + jobs: + - gerrit-maven-sonar-verify + sonarcloud: true + sonarcloud-project-organization: "{sonarcloud_project_organization}" + sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}" + sonarcloud-qualitygate-wait: true + sonar-mvn-goal: "{sonar_mvn_goal}" + build-node: centos8-docker-8c-8g + project: "cps/cps-tbdmt" + project-name: "cps-cps-tbdmt" + branch: "master" + mvn-settings: "cps-cps-tbdmt-settings" + mvn-goals: "clean install" + mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m" |