Adjustment to mso archive artifacts list
[ci-management.git] / jjb / mso / mso.yaml
1 ---
2
3 - project:
4     name: mso
5     project-name: 'mso'
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-java-daily'
16       - '{project-name}-{stream}-docker-version-java-daily':
17           docker-pom: 'pom.xml'
18           mvn-profile: 'docker'
19       - '{project-name}-docker-image-blessing'
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: 'mso'
26     stream:
27       - 'master':
28           branch: 'master'
29       - 'release-1.0.0':
30           branch: 'release-1.0.0'
31     mvn-settings: 'mso-settings'
32     files: '**'
33     archive-artifacts: ''
34     build-node: ubuntu1604-basebuild-4c-4g