Gary Wu | c652d4a | 2017-09-22 13:33:42 -0700 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: integration-docker |
| 4 | project-name: 'integration' |
| 5 | jobs: |
| 6 | - '{project-name}-{stream}-{subproject}-docker-merge' |
| 7 | - '{project-name}-{stream}-{subproject}-docker-verify' |
| 8 | project: 'integration' |
| 9 | stream: |
| 10 | - 'master': |
| 11 | branch: 'master' |
Gary Wu | c652d4a | 2017-09-22 13:33:42 -0700 | [diff] [blame] | 12 | subproject: |
| 13 | - 'sniroemulator': |
| 14 | pom: 'test/mocks/sniroemulator/pom.xml' |
| 15 | pattern: 'test/mocks/sniroemulator/**' |
Gary Wu | d72d363 | 2018-05-11 08:42:36 -0700 | [diff] [blame] | 16 | - 'pnfsimulator': |
Tomasz Golabek | 086b75a | 2019-08-06 13:26:10 +0200 | [diff] [blame] | 17 | pom: 'test/mocks/pnfsimulator/pnfsimulator/pom.xml' |
| 18 | pattern: 'test/mocks/pnfsimulator/pnfsimulator/**' |
| 19 | - 'netconfsimulator': |
| 20 | pom: 'test/mocks/pnfsimulator/netconfsimulator/pom.xml' |
| 21 | pattern: 'test/mocks/pnfsimulator/netconfsimulator/**' |
Gary Wu | c652d4a | 2017-09-22 13:33:42 -0700 | [diff] [blame] | 22 | mvn-settings: 'integration-settings' |
| 23 | files: '**' |
| 24 | archive-artifacts: '' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 25 | build-node: ubuntu1604-builder-4c-4g |