Remove Jenkins jobs related to components which are not in Guilin Release
[ci-management.git] / jjb / vfc / build-nfvo-resmanagement-docker-image.sh
diff --git a/jjb/vfc/build-nfvo-resmanagement-docker-image.sh b/jjb/vfc/build-nfvo-resmanagement-docker-image.sh
deleted file mode 100755 (executable)
index 539ea3e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-#
-echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
-
-CURRENTDIR="$(pwd)"
-echo $CURRENTDIR
-
-chmod 755 ./ResmanagementService/docker/*.*
-
-./ResmanagementService/docker/build_image.sh
-