summaryrefslogtreecommitdiffstats
path: root/jjb/vfc/build-nfvo-lcm-docker-image.sh
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-01 09:57:08 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-01 09:57:08 +0800
commit177db1b995ad91cce045d9415fcb59f4390f88c6 (patch)
tree7dd25f7178264f858c2d6b49776513a5f6a6a0a4 /jjb/vfc/build-nfvo-lcm-docker-image.sh
parent45605edfd35900f74dbe1036d6a1a4ceab18f09e (diff)
Update vfc-nfvo-lcm yaml templete
Add docker build job Change-Id: Iaf375708a81777c741d2077835740c3836a32efb Issue-Id: CIMAN-44 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'jjb/vfc/build-nfvo-lcm-docker-image.sh')
-rwxr-xr-xjjb/vfc/build-nfvo-lcm-docker-image.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/vfc/build-nfvo-lcm-docker-image.sh b/jjb/vfc/build-nfvo-lcm-docker-image.sh
new file mode 100755
index 000000000..d570d18a2
--- /dev/null
+++ b/jjb/vfc/build-nfvo-lcm-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
+