summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk/utils.yaml
blob: 7b49b60a941f9cc86834f09d0e6aacef69709940 (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
---
- project:
    name: ccsdk-utils
    project-name: 'ccsdk-utils'
    jobs:
      - gerrit-maven-verify
      - gerrit-maven-merge:
          cron: '@daily'
      - gerrit-maven-stage:
          build-node: centos7-builder-4c-4g
          sign-artifacts: true
          cron: ''
      - '{project-name}-gerrit-release-jobs':
          build-node: centos7-docker-8c-8g

    project: 'ccsdk/utils'
    stream:
      - 'master':
          branch: 'master'
    mvn-settings: 'ccsdk-utils-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: ''
    mvn-snapshot-id: 'ecomp-snapshots'
    nexus-snapshot-repo: 'snapshots'

- project:
    name: ccsdk-utils-clm
    jobs:
      - gerrit-maven-clm
    nexus-iq-namespace: 'onap-'
    project: 'ccsdk/utils'
    project-name: 'ccsdk-utils'
    stream:
      - 'master':
          branch: 'master'
    mvn-settings: 'ccsdk-utils-settings'


- project:
    name: ccsdk-utils-info
    project-name: ccsdk-utils
    jobs:
      - gerrit-info-yaml-verify
    project: ccsdk/utils
    branch: master

- project:
    name: ccsdk-utils-whitesource
    project-name: ccsdk-utils
    jobs:
      - gerrit-whitesource-scan
    mvn-settings: 'ccsdk-utils-settings'
    wss-product-name: ccsdk
    mvn-clean-install: true
    project: ccsdk/utils
    branch: master