summaryrefslogtreecommitdiffstats
path: root/jjb/cps/cps-cps-tbdmt.yaml
diff options
context:
space:
mode:
authorClaudio D. Gasparini <claudio.gasparini@pantheon.tech>2021-02-16 09:11:23 +0100
committerJessica Wagantall <jwagantall@linuxfoundation.org>2021-02-19 17:28:18 +0000
commit2399d205dd20c7ea98ae771a3d033cac7d0a4ee1 (patch)
treeddc6a344db8cf46228ebaa099b0713927dc7d27a /jjb/cps/cps-cps-tbdmt.yaml
parent17ed8c74aaa4761a9dbad5f720881d81d9f1630a (diff)
Create cps/tbdmt subrepository for CPS
Issue-ID: CPS-243 Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I321588f59db73668ac9d8d82074f20b2a66b6c98
Diffstat (limited to 'jjb/cps/cps-cps-tbdmt.yaml')
-rw-r--r--jjb/cps/cps-cps-tbdmt.yaml71
1 files changed, 69 insertions, 2 deletions
diff --git a/jjb/cps/cps-cps-tbdmt.yaml b/jjb/cps/cps-cps-tbdmt.yaml
index af7f160c7..5806a5c3c 100644
--- a/jjb/cps/cps-cps-tbdmt.yaml
+++ b/jjb/cps/cps-cps-tbdmt.yaml
@@ -1,14 +1,81 @@
---
- project:
- name: cps-cps-tbdmt-project-view
+ name: cps-tbdmt-project-view
project-name: cps-cps-tbdmt
views:
- project-view
- project:
- name: cps-cps-tbdmt-info
+ name: cps-tbdmt-info
project: cps/cps-tbdmt
project-name: cps-cps-tbdmt
build-node: centos7-builder-2c-1g
jobs:
- gerrit-info-yaml-verify
+
+- project:
+ name: cps-tbdmt-clm
+ java-version: openjdk11
+ mvn-version: "mvn36"
+ maven-version: "mvn36"
+ jobs:
+ - gerrit-maven-clm
+ nexus-iq-namespace: 'onap-'
+ project: cps/cps-tbdmt
+ project-name: cps-cps-tbdmt
+ branch: 'master'
+ mvn-settings: 'cps-cps-tbdmt-settings'
+ build-node: centos7-docker-8c-8g
+
+- project:
+ name: cps-tbdmt
+ java-version: openjdk11
+ mvn-version: "mvn36"
+ maven-version: "mvn36"
+ project-name: cps-cps-tbdmt
+ project: cps/cps-tbdmt
+ mvn-snapshot-id: 'ecomp-snapshots'
+ nexus-snapshot-repo: 'snapshots'
+ jobs:
+ - gerrit-maven-verify
+ - gerrit-maven-merge
+ - gerrit-maven-stage:
+ sign-artifacts: true
+ build-node: centos7-docker-8c-8g
+ maven-versions-plugin: true
+ - gerrit-maven-docker-stage:
+ build-node: centos7-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':
+ build-node: centos7-docker-8c-8g
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'cps-cps-tbdmt-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: centos7-docker-8c-8g
+
+- project:
+ name: cps-tbdmt-sonar
+ java-version: openjdk11
+ mvn-version: "mvn36"
+ maven-version: "mvn36"
+ 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: centos7-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'