summaryrefslogtreecommitdiffstats
path: root/jjb/vfc/build-nfvo-catalog-docker-image.sh
diff options
context:
space:
mode:
authorfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-05 13:44:27 +0800
committerfengyuanxing <feng.yuanxing@zte.com.cn>2017-09-05 15:12:01 +0800
commit2c894656e12ffeb833cce47cb55ca1d836cab6a2 (patch)
tree5d3a02ad553ce21fa9679688094788c9d00de174 /jjb/vfc/build-nfvo-catalog-docker-image.sh
parente1d51849c7d5da79d92f8e0f5ba5ae6638e7a352 (diff)
Add a job to build docker image for vfc catalog
Change-Id: Id9a2af0f2ad4308891bd3700482d2fb8bac0597a Issu-Id: VFC-276 Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
Diffstat (limited to 'jjb/vfc/build-nfvo-catalog-docker-image.sh')
-rwxr-xr-xjjb/vfc/build-nfvo-catalog-docker-image.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/vfc/build-nfvo-catalog-docker-image.sh b/jjb/vfc/build-nfvo-catalog-docker-image.sh
new file mode 100755
index 000000000..d570d18a2
--- /dev/null
+++ b/jjb/vfc/build-nfvo-catalog-docker-image.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
+
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
+
+chmod 755 ./docker/*.*
+
+./docker/build_image.sh
+