summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-platform-oti-eventproc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-platform-oti-eventproc.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-oti-eventproc.yaml85
1 files changed, 0 insertions, 85 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-oti-eventproc.yaml b/jjb/dcaegen2/dcaegen2-platform-oti-eventproc.yaml
deleted file mode 100644
index bf5c6c485..000000000
--- a/jjb/dcaegen2/dcaegen2-platform-oti-eventproc.yaml
+++ /dev/null
@@ -1,85 +0,0 @@
----
-- project:
- name: dcaegen2-platform-oti-event-proc
- project-name: dcaegen2-platform-oti
- # git repo
- project: dcaegen2/platform
- jobs:
- - '{project-name}-{stream}-{subproject}-verify-java'
- - '{project-name}-{stream}-{subproject}-merge-java':
- mvn-goals: 'clean install'
- subproject:
- - eventproc:
- pom: 'oti/event-proc/pom.xml'
- pattern: 'oti/event-proc/**'
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: dcaegen2-platform-settings
- files: '**'
- archive-artifacts: ''
- build-node: ubuntu1804-docker-8c-8g
-
-- project:
- name: dcaegen2-platform-oti-event-proc-release
- project: 'dcaegen2/platform'
- project-name: 'dcaegen2-platform-oti-event-proc'
- jobs:
- - gerrit-maven-stage:
- sign-artifacts: true
- build-node: centos7-docker-8c-8g
- maven-versions-plugin: true
- version-properties-file: 'oti/event-proc/version.properties'
- mvn-pom: 'oti/event-proc/pom.xml'
- mvn-params: '-f oti/event-proc/pom.xml'
- mvn-goals: 'clean deploy -Ddockerfile.skip -f oti/event-proc/pom.xml'
- pattern: 'oti/event-proc/**'
- - gerrit-maven-docker-stage:
- build-node: ubuntu1804-docker-8c-8g
- mvn-goals: 'clean package dockerfile:build dockerfile:push -f oti/event-proc/pom.xml'
- container-public-registry: 'nexus3.onap.org:10001'
- container-staging-registry: 'nexus3.onap.org:10003'
- pattern: 'oti/event-proc/**'
-
- stream:
- - 'master':
- branch: 'master'
- mvn-settings: 'dcaegen2-platform-settings'
- maven-deploy-properties: |
- deployAtEnd=true
- files: '**'
- archive-artifacts: ''
- build-node: 'ubuntu1804-docker-8c-8g'
-
-- project:
- name: dcaegen2-platform-oti-event-proc-sonar
- 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: ubuntu1804-docker-8c-8g
- project: 'dcaegen2/platform'
- project-name: 'dcaegen2-platform-oti-event-proc'
- branch: 'master'
- mvn-settings: 'dcaegen2-platform-settings'
- mvn-params: '-f oti/event-proc/pom.xml'
- mvn-goals: 'clean install'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
-
-
-- project:
- name: dcaegen2-platform-oti-event-proc-clm
- jobs:
- - gerrit-maven-clm
- nexus-iq-namespace: 'onap-'
- build-node: ubuntu1804-docker-8c-8g
- project: 'dcaegen2/platform'
- project-name: dcaegen2-platform-oti-event-proc-clm
- mvn-params: '-f oti/event-proc/pom.xml'
- branch: 'master'
- mvn-settings: 'dcaegen2-platform-settings'
-