diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-05 17:20:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-05 17:20:13 +0000 |
commit | 61beb04bf29a5cfe6c4f96522106ad0f115e798c (patch) | |
tree | d4791a0135e8c857c1c945e811d6d855bc8e3f4c /jjb | |
parent | 1cf31ea7e682216970f3f0c9d19ba85d931161ea (diff) | |
parent | c12ab743cc82514b3d8086721f9c70364fc629fc (diff) |
Merge "Add docker daily job for oom/registrator"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/oom/build-registrator-docker-image.sh | 10 | ||||
-rw-r--r-- | jjb/oom/oom-registrator.yaml | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/jjb/oom/build-registrator-docker-image.sh b/jjb/oom/build-registrator-docker-image.sh new file mode 100644 index 000000000..9821bfca2 --- /dev/null +++ b/jjb/oom/build-registrator-docker-image.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# +echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' + +CURRENTDIR="$(pwd)" +echo $CURRENTDIR + +chmod 755 *.* + +./build4docker.sh diff --git a/jjb/oom/oom-registrator.yaml b/jjb/oom/oom-registrator.yaml index 1658b87a3..a0e9bc0fc 100644 --- a/jjb/oom/oom-registrator.yaml +++ b/jjb/oom/oom-registrator.yaml @@ -7,6 +7,11 @@ - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-docker-java-version-shell-daily': + docker-pom: 'pom.xml' + mvn-goals: 'install' + script: + !include-raw-escape: 'build-registrator-docker-image.sh' project: 'oom/registrator' stream: - 'master': |