Fix osdf jenkin merge jobs
[ci-management.git] / jjb / optf / optf-osdf.yaml
1 ---
2 - project:
3     name: optf-osdf
4     project-name: 'optf-osdf'
5     project: 'optf/osdf'
6     python-version: python3
7     stream:
8       - 'master':
9           branch: 'master'
10       - 'elalto':
11           branch: 'elalto'
12     mvn-settings: 'optf-osdf-settings'
13     subproject:
14       - 'osdf':
15           path: '.'
16           pattern: '**'
17           pom: 'pom.xml'
18     jobs:
19       - '{project-name}-{stream}-{subproject}-verify-python':
20           build-node: ubuntu1804-builder-4c-4g
21       - '{project-name}-{stream}-{subproject}-merge-java':
22           build-node: ubuntu1804-docker-8c-8g
23       - gerrit-maven-stage:
24           sign-artifacts: true
25           build-node: centos7-docker-8c-8g
26           maven-versions-plugin: true
27       - '{project-name}-gerrit-release-jobs':
28           build-node: centos7-docker-8c-8g
29       - gerrit-maven-docker-stage:
30           build-node: ubuntu1804-docker-8c-8g
31           maven-versions-plugin: true
32           container-public-registry: 'nexus3.onap.org:10001'
33           container-staging-registry: 'nexus3.onap.org:10003'
34           docker-pom: 'pom.xml'
35           mvn-goals: 'install'
36           mvn-params: '-Dmaven.test.skip=true -P docker'
37
38     files: '**'
39     archive-artifacts: ''
40     build-node: 'ubuntu1604-builder-4c-4g'
41
42 - project:
43     name: optf-osdf-sonar
44     jobs:
45       - gerrit-maven-sonar
46     sonarcloud: true
47     sonarcloud-project-organization: '{sonarcloud_project_organization}'
48     sonarcloud-api-token: '{sonarcloud_api_token}'
49     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
50     sonar-mvn-goal: '{sonar_mvn_goal}'
51     cron: '@daily'
52     build-node: ubuntu1604-docker-8c-8g
53     project: 'optf/osdf'
54     project-name: 'optf-osdf'
55     branch: 'master'
56     mvn-settings: 'optf-osdf-settings'
57     mvn-goals: 'clean install'
58     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
59
60 - project:
61     name: optf-osdf-clm
62     jobs:
63       - gerrit-maven-clm
64     nexus-iq-namespace: 'onap-'
65     project: optf/osdf
66     build-node: ubuntu1604-docker-8c-8g
67     project-name: 'optf-osdf'
68     stream:
69       - 'master':
70           branch: 'master'
71       - 'elalto':
72           branch: 'elalto'
73     mvn-settings: 'optf-osdf-settings'
74
75 - project:
76     name: optf-osdf-info
77     project-name: optf-osdf
78     jobs:
79       - gerrit-info-yaml-verify
80     build-node: centos7-builder-2c-1g
81     project: optf/osdf
82     branch: master