summaryrefslogtreecommitdiffstats
path: root/jjb/aaf
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/aaf')
-rw-r--r--jjb/aaf/aaf-sshsm.yaml3
-rwxr-xr-xjjb/aaf/build-sshsm-docker-images.sh11
2 files changed, 14 insertions, 0 deletions
diff --git a/jjb/aaf/aaf-sshsm.yaml b/jjb/aaf/aaf-sshsm.yaml
index 4bab94692..7e007ecef 100644
--- a/jjb/aaf/aaf-sshsm.yaml
+++ b/jjb/aaf/aaf-sshsm.yaml
@@ -9,6 +9,9 @@
- '{project-name}-{stream}-verify-c':
script:
!include-raw-escape: 'build-sshsm.sh'
+ - '{project-name}-{stream}-docker-c-shell-daily':
+ script:
+ !include-raw-escape: 'build-sshsm-docker-images.sh'
stream:
- 'master':
branch: 'master'
diff --git a/jjb/aaf/build-sshsm-docker-images.sh b/jjb/aaf/build-sshsm-docker-images.sh
new file mode 100755
index 000000000..b70c13d33
--- /dev/null
+++ b/jjb/aaf/build-sshsm-docker-images.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
+
+CURRENTDIR="$(pwd)"
+echo $CURRENTDIR
+
+echo 'Building AAF/sshsm base containers'
+cd bin/base
+chmod 755 build_base_images.sh
+sh build_base_images.sh