summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-08-06 13:26:10 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-08-06 13:26:10 +0200
commit086b75affc638c20f94831db297becb2fc4a31ba (patch)
tree274c96df9732902aabfebb8c263744941b89d2c6 /jjb
parenteac7ece6f81ea63f85f32bf14d186d4e0f0c13a6 (diff)
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>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/integration-docker.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/jjb/integration/integration-docker.yaml b/jjb/integration/integration-docker.yaml
index 8fea30f4b..10660572b 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: ''