diff options
author | luxin <luxin7@huawei.com> | 2017-09-05 15:21:43 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-09-06 09:14:54 +0800 |
commit | d719e8bd9bc668bbe2e46933c28b350040442573 (patch) | |
tree | da5c7dbedf6b1412dc766e324fad61f1bbf66dbf /jjb/vfc/build-nfvo-resmanagement-docker-image.sh | |
parent | 3d17c9b83d5a7e84dafa21b9e0200d29371f3711 (diff) |
Fix vfc-resmanagement build docker job
Fix build docker job and remove unused stream in yaml
add build docker shell file
Change-Id: I22c903af08a9d92885537e9c49643e59004d97f4
Issue-Id:VFC-273
Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'jjb/vfc/build-nfvo-resmanagement-docker-image.sh')
-rwxr-xr-x | jjb/vfc/build-nfvo-resmanagement-docker-image.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jjb/vfc/build-nfvo-resmanagement-docker-image.sh b/jjb/vfc/build-nfvo-resmanagement-docker-image.sh new file mode 100755 index 000000000..539ea3e52 --- /dev/null +++ b/jjb/vfc/build-nfvo-resmanagement-docker-image.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# +echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' + +CURRENTDIR="$(pwd)" +echo $CURRENTDIR + +chmod 755 ./ResmanagementService/docker/*.* + +./ResmanagementService/docker/build_image.sh + |