[dovetail-webportal] Add docker build jobs for dovetail-webportal 03/59603/2
authorxudan <xudan16@huawei.com>
Mon, 9 Jul 2018 03:19:35 +0000 (23:19 -0400)
committerxudan <xudan16@huawei.com>
Wed, 11 Jul 2018 01:34:13 +0000 (21:34 -0400)
Add 2 docker build jobs for the new repo dovetail-webportal.
One is dovetail-webportal-api, the other is dovetail-webportal-web.
Once there is a new patch merged, it will auto trigger the jobs to build
and upload the new docker images with tag 'latest'.
According to the Dovetail release plan and develpoment of the web, can tag
this repo and release with certain tag (e.g. ovp.2.0.0)

JIRA: DOVETAIL-671

Change-Id: I1becc084617bb52f8c8e23275202bd7be4a7b2b3
Signed-off-by: xudan <xudan16@huawei.com>
jjb/releng/opnfv-docker.yaml

index c73bae3..0d06598 100644 (file)
           project: 'dovetail'
           <<: *master
           <<: *other-receivers
+      - 'dovetail-webportal-api':
+          project: 'dovetail-webportal'
+          dockerfile: 'Dockerfile.api'
+          <<: *master
+          <<: *other-receivers
+      - 'dovetail-webportal-web':
+          project: 'dovetail-webportal'
+          dockerfile: 'Dockerfile.web'
+          <<: *master
+          <<: *other-receivers
       - 'nfvbench':
           project: 'nfvbench'
           <<: *master
           project: 'yardstick'
           <<: *fraser
           <<: *other-receivers
-      # projects with jobs for danube
-      - 'dovetail':
-          project: 'dovetail'
-          <<: *danube
-          <<: *other-receivers
       # projects with jobs for fraser
       - 'bottlenecks':
           project: 'bottlenecks'