summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-01 17:22:39 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-01 17:22:39 +0000
commitccd4d18e1047822d6ab3366804ce723334728623 (patch)
tree1aa0d92ab5eaf5a9fa01d9deea2464fd8f7ce8dc /jjb
parentef61a335d469f564c50e0753e93cc824a5b85adb (diff)
parent177db1b995ad91cce045d9415fcb59f4390f88c6 (diff)
Merge "Update vfc-nfvo-lcm yaml templete"
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/vfc/build-nfvo-lcm-docker-image.sh11
-rw-r--r--jjb/vfc/vfc-nfvo-lcm-java.yaml5
2 files changed, 16 insertions, 0 deletions
diff --git a/jjb/vfc/build-nfvo-lcm-docker-image.sh b/jjb/vfc/build-nfvo-lcm-docker-image.sh
new file mode 100755
index 000000000..d570d18a2
--- /dev/null
+++ b/jjb/vfc/build-nfvo-lcm-docker-image.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
+
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
+
+chmod 755 ./docker/*.*
+
+./docker/build_image.sh
+
diff --git a/jjb/vfc/vfc-nfvo-lcm-java.yaml b/jjb/vfc/vfc-nfvo-lcm-java.yaml
index b148c01a2..ffd1cfe80 100644
--- a/jjb/vfc/vfc-nfvo-lcm-java.yaml
+++ b/jjb/vfc/vfc-nfvo-lcm-java.yaml
@@ -11,6 +11,11 @@
jobs:
- '{project-name}-{stream}-verify-java'
- '{project-name}-{stream}-merge-java'
+ - '{project-name}-{stream}-docker-java-version-shell-daily':
+ docker-pom: 'pom.xml'
+ mvn-goals: 'install'
+ script:
+ !include-raw-escape: 'build-nfvo-lcm-docker-image.sh'
files: '**'
archive-artifacts: ''
build-node: ubuntu1604-basebuild-4c-4g \ No newline at end of file