summaryrefslogtreecommitdiffstats
path: root/jjb/vfc
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-04 15:31:55 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-04 15:54:35 +0800
commit7cc6bb3f8285bdbe8334e52da43a82433ef95ec0 (patch)
tree0ba207f2c13587ae64ddc0698f3f7f678d79d1cf /jjb/vfc
parent41a9eafedb98325720433df411574469b6bb4fcc (diff)
Update vfc-gvnfm-vnflcm yaml templete
Fix value of docker-pom Fix path of build_image.sh Change-Id: Ibabf6b0503e8c7cf7868d91272a9113a1e001e21 Issue-Id: CIMAN-46 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'jjb/vfc')
-rwxr-xr-xjjb/vfc/build-gvnfm-vnflcm-docker-image.sh4
-rw-r--r--jjb/vfc/vfc-gvnfm-vnflcm-java.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/jjb/vfc/build-gvnfm-vnflcm-docker-image.sh b/jjb/vfc/build-gvnfm-vnflcm-docker-image.sh
index d570d18a2..e4c743092 100755
--- a/jjb/vfc/build-gvnfm-vnflcm-docker-image.sh
+++ b/jjb/vfc/build-gvnfm-vnflcm-docker-image.sh
@@ -5,7 +5,7 @@ echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
CURRENTDIR="$(pwd)"
echo $CURRENTDIR
-chmod 755 ./docker/*.*
+chmod 755 ./lcm/docker/*.*
-./docker/build_image.sh
+./lcm/docker/build_image.sh
diff --git a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml
index e751d4855..36d702479 100644
--- a/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml
+++ b/jjb/vfc/vfc-gvnfm-vnflcm-java.yaml
@@ -16,7 +16,7 @@
- '{project-name}-{stream}-{subproject}-verify-java'
- '{project-name}-{stream}-{subproject}-merge-java'
- '{project-name}-{stream}-docker-java-version-shell-daily':
- docker-pom: 'lcm/pom.xml'
+ docker-pom: 'pom.xml'
mvn-goals: 'install'
script:
!include-raw-escape: 'build-gvnfm-vnflcm-docker-image.sh'