Make code sections readable and consistent
[ci-management.git] / jjb / sdnc / sdnc-apps.yaml
1 ---
2 - project:
3     name: sdnc-apps
4     project-name: 'sdnc-apps'
5     jobs:
6       - gerrit-maven-clm
7       - '{project-name}-{stream}-verify-java'
8       - '{project-name}-{stream}-merge-java'
9       - '{project-name}-{stream}-release-version-java-daily'
10
11     project: 'sdnc/apps'
12     stream:
13       - 'master':
14           branch: 'master'
15     mvn-settings: 'sdnc-apps-settings'
16
17     # due to a strange macro / variable translation problem this needs to be
18     # passed as a string block to properly get the properties correctly defined
19     # in the job
20     maven-deploy-properties: |
21       deployAtEnd=true
22     files: '**'
23     archive-artifacts: ''
24     build-node: ubuntu1604-builder-4c-4g
25
26 - project:
27     name: sdnc-apps-sonar
28     jobs:
29       - gerrit-maven-sonar
30     cron: 'H 11 * * *'
31     build-node: ubuntu1604-builder-4c-4g
32     project: 'sdnc/apps'
33     project-name: 'sdnc-apps'
34     branch: 'master'
35     mvn-settings: 'sdnc-apps-settings'
36     mvn-goals: 'clean install'
37     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'