summaryrefslogtreecommitdiffstats
path: root/jjb/msb/build-discovery-docker-image.sh
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-08-19 13:17:00 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-08-22 01:02:29 +0000
commitd01c1deb155498ba8e1728648e2284f8afd7f0c8 (patch)
treeaa454578801269d7a26dea5c8ad59a017cb5558c /jjb/msb/build-discovery-docker-image.sh
parented7a2aa132f0e5fe046bfead41757455013397d5 (diff)
Jenkis job for apigateway and discovery dockers
Issue-Id: MSB-18, MSB-19 Change-Id: I5c285685dbe76ca63df364e2c5461fc0189e18bd Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'jjb/msb/build-discovery-docker-image.sh')
-rw-r--r--jjb/msb/build-discovery-docker-image.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/msb/build-discovery-docker-image.sh b/jjb/msb/build-discovery-docker-image.sh
new file mode 100644
index 000000000..ae7f5a275
--- /dev/null
+++ b/jjb/msb/build-discovery-docker-image.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
+
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
+
+chmod 755 *.*
+
+./build4docker.sh
+