summaryrefslogtreecommitdiffstats
path: root/jjb/so/so.yaml
blob: dbc4f21858e37f1736a6abb2c4eaf98cd7a8af8b (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
---

- project:
    name: so
    project-name: 'so'
    jobs:
      - '{project-name}-{stream}-verify-profile-java':
          mvn-profile: 'with-integration-tests'
          build-node: 'ubuntu1604-docker-8c-8g'
          archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
      - '{project-name}-{stream}-merge-profile-java':
          mvn-profile: 'with-integration-tests'
          build-node: 'ubuntu1604-docker-8c-8g'
          archive-artifacts: 'packages/arquillian-unit-tests/target/**/*'
      - '{project-name}-{stream}-release-version-profile-java-daily':
          mvn-profile: 'with-integration-tests'
          build-node: 'ubuntu1604-docker-8c-8g'
      - '{project-name}-{stream}-docker-version-java-daily':
          docker-pom: 'pom.xml'
          mvn-profile: 'docker'
      - '{project-name}-{stream}-stage-site-java':
          site-pom: 'pom.xml'
          trigger-job: '{project-name}-{stream}-release-version-java-daily'
          build-node: 'ubuntu1604-basebuild-8c-8g'

    project: 'so'
    stream:
      - 'master':
          branch: 'master'
      - 'amsterdam':
          branch: 'amsterdam'
    mvn-settings: 'so-settings'
    files: '**'
    archive-artifacts: ''
    build-node: ubuntu1604-basebuild-4c-4g