diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-20 23:11:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-20 23:11:40 +0000 |
commit | 6f5c31c779ccbdd0e25b9f55c5b0030b7b61018c (patch) | |
tree | 2c730d34429c7d1579d156b5696a5ead0f7f32df | |
parent | 797de89f06c8c3aa0bb575eb6b1be790aa874f49 (diff) | |
parent | 1ea43bb50f66884b93a0cfe13eb9600192ebfa19 (diff) |
Merge "Add Golang Docker image build support in CI"
-rwxr-xr-x | jjb/music/build-music-distributed-kv-store-image.sh | 9 | ||||
-rw-r--r-- | jjb/music/music-distributed-kv-store.yaml | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/jjb/music/build-music-distributed-kv-store-image.sh b/jjb/music/build-music-distributed-kv-store-image.sh new file mode 100755 index 000000000..d11f0534d --- /dev/null +++ b/jjb/music/build-music-distributed-kv-store-image.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' +CURRENTDIR="$(pwd)" +echo $CURRENTDIR + +chmod 755 ./deployment/*.sh +cd ./deployment +./docker-build.sh diff --git a/jjb/music/music-distributed-kv-store.yaml b/jjb/music/music-distributed-kv-store.yaml index 0de8a8665..f85308324 100644 --- a/jjb/music/music-distributed-kv-store.yaml +++ b/jjb/music/music-distributed-kv-store.yaml @@ -7,6 +7,9 @@ - gerrit-python-xc-clm - '{project-name}-{stream}-verify-golang' - '{project-name}-{stream}-merge-golang' + - '{project-name}-{stream}-docker-golang-shell-daily': + script: + !include-raw-escape: 'build-music-distributed-kv-store-image.sh' project: 'music/distributed-kv-store' stream: - 'master': |