summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/oom/build-registrator-docker-image.sh10
-rw-r--r--jjb/oom/oom-registrator.yaml5
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':