diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-06 04:44:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-06 04:44:06 +0000 |
commit | 8eb53dfb5214f8dc104810e0e157867900764f0b (patch) | |
tree | 9a6725978941da40a85a7ac3aab39858371fd1c1 /jjb | |
parent | fbf863a0b05010033eb62985a3895ca724c6fc4c (diff) | |
parent | 00e88f2e493cf53af5de748ebee266e4797ee9c4 (diff) |
Merge "Update vfc-vnfm-gvnfm-driver yaml template"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/vfc/build-gvnfm-driver-docker-image.sh | 11 | ||||
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml | 6 |
2 files changed, 15 insertions, 2 deletions
diff --git a/jjb/vfc/build-gvnfm-driver-docker-image.sh b/jjb/vfc/build-gvnfm-driver-docker-image.sh new file mode 100755 index 000000000..3560e41df --- /dev/null +++ b/jjb/vfc/build-gvnfm-driver-docker-image.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' + +CURRENTDIR="$(pwd)" +echo $CURRENTDIR + +chmod 755 ./gvnfmadapter/docker/*.* + +./gvnfmadapter/docker/build_image.sh + diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml index 0d57efa2d..5dbd4fe8d 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-java.yaml @@ -15,9 +15,11 @@ jobs: - '{project-name}-{stream}-{subproject}-verify-java' - '{project-name}-{stream}-{subproject}-merge-java' - - '{project-name}-{stream}-docker-version-java-daily': + - '{project-name}-{stream}-docker-java-version-shell-daily': docker-pom: 'pom.xml' - mvn-profile: 'docker' + mvn-goals: 'install' + script: + !include-raw-escape: 'build-gvnfm-driver-docker-image.sh' files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-4c-4g
\ No newline at end of file |