summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-02-01 13:25:41 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-02-01 13:25:41 +0000
commitb4f98de1934705d928e4ade445c3c1f0e2c01389 (patch)
treee385fac193f5d8d4a8adffe868c035cda53aa230 /jjb/testsuite
parentaabad3d1d9d02b2e680f80d1086e0ff6fda66238 (diff)
[INTEGRAION][Testsuite] Add '--no-cache' flag to docker build command
Do not use cache on docker build command as with it not always the latest changes were used to build an image Issue-ID: TEST-390 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I560d3f17860a2bf50caa743ee55d8f56d7fc1660
Diffstat (limited to 'jjb/testsuite')
-rw-r--r--jjb/testsuite/testsuite-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/testsuite/testsuite-docker.sh b/jjb/testsuite/testsuite-docker.sh
index ca5e95aba..2ac64365e 100644
--- a/jjb/testsuite/testsuite-docker.sh
+++ b/jjb/testsuite/testsuite-docker.sh
@@ -2,7 +2,7 @@
#
echo '============== CALLING SCRIPT TO CREATE DOCKER IMAGES ================='
cp $WORKSPACE/docker/* .
-docker -D build -t onap/testsuite .
+docker -D build --no-cache -t onap/testsuite .
export REPO="nexus3.onap.org:10003"
DATETIME_STAMP=$(date +%Y%m%dT%H%M%S)