Fix build path 88/109288/1
authormrichomme <morgan.richomme@orange.com>
Thu, 18 Jun 2020 08:59:47 +0000 (10:59 +0200)
committermrichomme <morgan.richomme@orange.com>
Thu, 18 Jun 2020 08:59:47 +0000 (10:59 +0200)
The repo includes several build dir, precise the right one
for each build

Issue-ID: INT-1366

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I88e53b45bc794ab2c79e336d7b64ae83c3edba57

jjb/integration/xtesting/integration-xtesting.yaml

index 9a8808f..d68c6ef 100644 (file)
     jobs:
       - gerrit-docker-verify:
           project-name: 'integration-xtesting-infra-healthcheck'
+          docker-root: ./infra-healthcheck
           docker-name: 'onap/xtesting-infra-healthcheck'
-          docker-build-args: '-f ./infra-healthcheck/docker/Dockerfile'
+          docker-build-args: '-f ./Dockerfile'
       - gerrit-docker-merge:
           project-name: 'integration-xtesting-infra-healthcheck'
+          docker-root: ./infra-healthcheck
           docker-name: 'onap/xtesting-infra-healthcheck'
-          docker-build-args: '-f ./infra-healthcheck/docker/Dockerfile'
+          docker-build-args: '-f ./docker/Dockerfile'
       - gerrit-docker-verify:
-          project-name: 'integration-xtesting-security'
+          project-name: 'integration/-xtesting-security'
+          docker-root: ./security
           docker-name: 'onap/xtesting-security'
-          docker-build-args: '-f ./security/docker/Dockerfile'
+          docker-build-args: '-f ./docker/Dockerfile'
       - gerrit-docker-merge:
           project-name: 'integration-xtesting-security'
+          docker-root: ./security
           docker-name: 'onap/xtesting-infra-healthcheck'
-          docker-build-args: '-f ./security/docker/Dockerfile'
+          docker-build-args: '-f ./docker/Dockerfile'
     project: 'integration/xtesting'
     stream:
       - 'master':