Add integration-tests to sonar for so
[ci-management.git] / jjb / so / so.yaml
1 ---
2
3 - project:
4     name: so
5     project-name: 'so'
6     jobs:
7       - '{project-name}-{stream}-verify-profile-java':
8           mvn-profile: 'with-integration-tests'
9           build-node: 'ubuntu1604-docker-8c-8g'
10           archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
11       - '{project-name}-{stream}-merge-profile-java':
12           mvn-profile: 'with-integration-tests'
13           build-node: 'ubuntu1604-docker-8c-8g'
14           archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
15       - '{project-name}-{stream}-release-version-profile-java-daily':
16           mvn-profile: 'with-integration-tests'
17       - '{project-name}-{stream}-docker-version-java-daily':
18           docker-pom: 'pom.xml'
19           mvn-profile: 'docker'
20       - '{project-name}-{stream}-stage-site-java':
21           site-pom: 'pom.xml'
22           trigger-job: '{project-name}-{stream}-release-version-java-daily'
23           build-node: 'ubuntu1604-basebuild-8c-8g'
24
25     project: 'so'
26     stream:
27       - 'master':
28           branch: 'master'
29     mvn-settings: 'so-settings'
30     files: '**'
31     archive-artifacts: ''
32     build-node: ubuntu1604-basebuild-4c-4g