From 63ee9cc8bf410f1869ae26000e38811fb409c5ba Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 24 Nov 2020 16:22:45 +0100 Subject: [PATCH] Update Mass PNF simulator path Change-Id: I9cb3a61ca22ffd70cf1c4a2b8d959cdcfde71642 Issue-ID: INT-1789 Signed-off-by: Bartek Grzybowski --- jjb/integration/integration-docker.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/integration/integration-docker.yaml b/jjb/integration/integration-docker.yaml index 7858acefd..e0b655db3 100644 --- a/jjb/integration/integration-docker.yaml +++ b/jjb/integration/integration-docker.yaml @@ -17,14 +17,14 @@ - 'sniroemulator': pom: 'test/mocks/sniroemulator/pom.xml' pattern: 'test/mocks/sniroemulator/**' - - 'mass-pnf-sim': - pom: 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml' - pattern: 'test/mocks/mass-pnf-sim/**' + - 'masspnfsim': + pom: 'test/mocks/masspnfsim/pnf-sim-lightweight/pom.xml' + pattern: 'test/mocks/masspnfsim/**' mvn-goals: 'clean package docker:build -Dcheckstyle.skip' post-docker-verify-script: | #!/bin/bash set -ex # Fail build if any setup step fails - cd $WORKSPACE/test/mocks/mass-pnf-sim + cd $WORKSPACE/test/mocks/masspnfsim tox mvn-settings: 'integration-settings' files: '**' -- 2.16.6