summaryrefslogtreecommitdiffstats
path: root/jjb/vfc/build-svnfm-huawei-docker-image.sh
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-09-05 15:05:54 +0800
committerluxin <luxin7@huawei.com>2017-09-05 15:08:59 +0800
commit3d17c9b83d5a7e84dafa21b9e0200d29371f3711 (patch)
tree6abcd3374c1d4cb1a43f5b6cb4b3954a473c3838 /jjb/vfc/build-svnfm-huawei-docker-image.sh
parente1d51849c7d5da79d92f8e0f5ba5ae6638e7a352 (diff)
Add vfc-svnfm-huawei build docker job
Add build docker job and shell Change-Id: I2218d32ee8abffa8e8040636be83a21eb04c49cd Issue-Id:VFC-273 Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'jjb/vfc/build-svnfm-huawei-docker-image.sh')
-rwxr-xr-xjjb/vfc/build-svnfm-huawei-docker-image.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/vfc/build-svnfm-huawei-docker-image.sh b/jjb/vfc/build-svnfm-huawei-docker-image.sh
new file mode 100755
index 000000000..964043019
--- /dev/null
+++ b/jjb/vfc/build-svnfm-huawei-docker-image.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
+
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
+
+chmod 755 ./VnfmadapterService/docker/*.*
+
+./VnfmadapterService/docker/build_image.sh
+