Pnfsimulator - JJB configuration
New configuration for pnfsimulator and netconfsimulator added for docker builds.
Change-Id: If5ed0a4610ec75a85c203918a5a4fe7c1ada5e39
Issue-ID: INT-1134
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
diff --git a/jjb/integration/integration-docker.yaml b/jjb/integration/integration-docker.yaml
index 8fea30f..1066057 100644
--- a/jjb/integration/integration-docker.yaml
+++ b/jjb/integration/integration-docker.yaml
@@ -14,8 +14,11 @@
pom: 'test/mocks/sniroemulator/pom.xml'
pattern: 'test/mocks/sniroemulator/**'
- 'pnfsimulator':
- pom: 'test/mocks/pnfsimulator/pom.xml'
- pattern: 'test/mocks/pnfsimulator/**'
+ pom: 'test/mocks/pnfsimulator/pnfsimulator/pom.xml'
+ pattern: 'test/mocks/pnfsimulator/pnfsimulator/**'
+ - 'netconfsimulator':
+ pom: 'test/mocks/pnfsimulator/netconfsimulator/pom.xml'
+ pattern: 'test/mocks/pnfsimulator/netconfsimulator/**'
mvn-settings: 'integration-settings'
files: '**'
archive-artifacts: ''