summaryrefslogtreecommitdiffstats
path: root/jjb/sdnc/sdnc-northbound.yaml
blob: 3a6878d6007eb1c2c3b34d86e484b7d54405af7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
- project:
    name: sdnc-northbound
    project-name: 'sdnc-northbound'
    jobs:
      - gerrit-maven-verify
      - gerrit-maven-merge:
          cron: '@daily'
      - gerrit-maven-stage:
          sign-artifacts: true
          build-node: centos7-builder-4c-4g
          cron: ''
          sbom-generator: false
      - '{project-name}-gerrit-release-jobs':
          build-node: centos7-docker-8c-8g

    project: 'sdnc/northbound'
    stream:
      - 'master':
          branch: 'master'
      - 'istanbul':
          branch: 'istanbul'
      - 'jakarta':
          branch: 'jakarta'
      - 'kohn':
          branch: 'kohn'
    java-version: openjdk11
    mvn-version: "mvn38"
    mvn-settings: 'sdnc-northbound-settings'

    # due to a strange macro / variable translation problem this needs to be
    # passed as a string block to properly get the properties correctly defined
    # in the job
    maven-deploy-properties: |
      deployAtEnd=true
    files: '**'
    archive-artifacts: ''
    maven-version: "mvn38"
    build-node: ubuntu1804-builder-4c-4g
    mvn-snapshot-id: 'ecomp-snapshots'
    nexus-snapshot-repo: 'snapshots'

- project:
    name: sdnc-northbound-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-builder-4c-4g
    project: 'sdnc/northbound'
    project-name: 'sdnc-northbound'
    branch: 'master'
    mvn-settings: 'sdnc-northbound-settings'
    mvn-goals: 'clean install'
    java-version: openjdk11
    mvn-version: "mvn38"
    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'

- project:
    name: sdnc-northbound-clm
    jobs:
      - gerrit-maven-clm
    nexus-iq-namespace: 'onap-'
    project: sdnc/northbound
    project-name: 'sdnc-northbound'
    build-node: ubuntu1804-builder-4c-4g
    stream:
      - 'master':
          branch: 'master'
    mvn-settings: 'sdnc-northbound-settings'
    java-version: openjdk11
    mvn-version: 'mvn38'

- project:
    name: sdnc-northbound-info
    project-name: sdnc-northbound
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos7-builder-2c-1g
    project: sdnc/northbound
    branch: master