summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2019-03-26 11:30:04 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2019-03-26 14:35:48 +0000
commit7bae98970de0e2d9040aa109b381a1eaaf575247 (patch)
treef1bae36b618e4f775ca0e92ed6f0d21fd3cdb1a9 /jjb
parent12b41cdb31cda908aa3a9ec25cfc541661d890fd (diff)
Add job for building ONAP web portal image
This patch adds a new job for building the ONAP web portal docker image. This image needs extra build arguements to be built. Change-Id: Ic5489af93f812c2aad9155a71175fd791fa03cab Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/releng/opnfv-docker.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/releng/opnfv-docker.yaml b/jjb/releng/opnfv-docker.yaml
index 446b305bf..14583393e 100644
--- a/jjb/releng/opnfv-docker.yaml
+++ b/jjb/releng/opnfv-docker.yaml
@@ -204,6 +204,12 @@
dockerfile: 'Dockerfile.web'
<<: *master
<<: *other-receivers
+ - 'dovetail-webportal-web-onap':
+ project: 'dovetail-webportal'
+ dockerfile: 'Dockerfile.web'
+ extra_build_args: 'CONTAINER=onap GUI=onap-ui'
+ <<: *master
+ <<: *other-receivers
- 'nfvbench':
project: 'nfvbench'
<<: *master