Fix docker image build pom.xml path 70/100970/1
authorGuobiao Mo <guobiaomo@chinamobile.com>
Fri, 31 Jan 2020 09:47:19 +0000 (01:47 -0800)
committerGuobiao Mo <guobiaomo@chinamobile.com>
Fri, 31 Jan 2020 09:47:19 +0000 (01:47 -0800)
The docker image is built in components/datalake-handler/feeder/pom.xml
not components/datalake-handler/pom.xml

Issue-ID: DCAEGEN2-2008
Change-Id: I6440bf6bab311d5d78d4a8c7e66da5970cc6af20
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
jjb/dcaegen2/dcaegen2-services-datalake-handler.yaml

index 81c70d1..886949f 100644 (file)
@@ -35,7 +35,7 @@
           pattern: 'components/datalake-handler/**'
       - gerrit-maven-docker-stage:
           build-node: ubuntu1604-docker-8c-8g
-          mvn-goals: 'clean package dockerfile:build dockerfile:push -f components/datalake-handler/pom.xml'
+          mvn-goals: 'clean package dockerfile:build dockerfile:push -f components/datalake-handler/feeder/pom.xml'
           container-public-registry: 'nexus3.onap.org:10001'
           container-staging-registry: 'nexus3.onap.org:10003'
           pattern: 'components/datalake-handler/**'