summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-docker.yaml
blob: ffd479ac2cfa9a5117453a44163728e1cefdb821 (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
---
- project:
    name: integration-docker
    project-name: 'integration'
    jobs:
      - '{project-name}-{stream}-{subproject}-docker-merge'
      - '{project-name}-{stream}-{subproject}-docker-verify'
    project: 'integration'
    stream:
      - 'master':
          branch: 'master'
      - 'beijing':
          branch: 'beijing'
    subproject:
      - 'sniroemulator':
          pom: 'test/mocks/sniroemulator/pom.xml'
          pattern: 'test/mocks/sniroemulator/**'
    subproject:
      - 'pnfsimulator':
          pom: 'test/mocks/pnfsimulator/pom.xml'
          pattern: 'test/mocks/pnfsimulator/**'
    mvn-settings: 'integration-settings'
    files: '**'
    archive-artifacts: ''
    build-node: ubuntu1604-builder-4c-4g