From 086b75affc638c20f94831db297becb2fc4a31ba Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Tue, 6 Aug 2019 13:26:10 +0200 Subject: [PATCH] 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 --- jjb/integration/integration-docker.yaml | 7 +++++-- 1 file 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: '' -- 2.16.6