---

- 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