summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/aaf-certservice.yaml
blob: 8aa7518bdf174ab3c49a718e71d11bd6b28edd37 (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
---
# Note: 202003, LF says ubuntu1604 is deprecated.  Use ubuntu1804 when needed
- project:
    name: aaf-certservice
    project-name: 'aaf-certservice'
    stream:
        -   'frankfurt':
                branch: 'frankfurt'
                java-version: openjdk11
    project: 'aaf/certservice'
    mvn-settings: 'aaf-certservice-settings'
    files: '**'
    maven-deploy-properties: |
        deployAtEnd=true
    archive-artifacts: ''
    build-node: ubuntu1804-docker-8c-8g
    jobs:
      - '{project-name}-{stream}-verify-java':
         mvn-goals: 'clean install'
      - '{project-name}-{stream}-merge-java':
         mvn-goals: 'clean deploy'
      -  '{project-name}-gerrit-release-jobs':
          build-node: centos7-docker-8c-8g
      - gerrit-maven-stage:
         sign-artifacts: true
         build-node: centos7-docker-8c-8g
         maven-versions-plugin: true
         mvn-goals: 'clean deploy -P docker'
      - gerrit-maven-docker-stage:
            build-node: ubuntu1804-docker-8c-8g
            container-public-registry: 'nexus3.onap.org:10001'
            container-staging-registry: 'nexus3.onap.org:10003'
            mvn-params: '-P docker -DskipTests=true -DskipNexusStagingDeployMojo=true -DskipDockerPush=false'

- project:
    name: aaf-certservice-sonar
    subproject: 'aaf-certservice-ws'
    path: 'certService'
    java-version: openjdk11
    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: 'aaf/certservice'
    project-name: 'aaf-certservice'
    branch: 'frankfurt'
    mvn-settings: 'aaf-certservice-settings'
    mvn-pom: 'certService/pom.xml'
    mvn-goals: 'clean install'
    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'

- project:
    name: aaf-certservice-info
    project-name: aaf-certservice
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos7-builder-2c-1g
    project: aaf/certservice
    branch: frankfurt