From 047c4bf6e6ba02b858c5e602f7971c3ff6c97e09 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 30 May 2023 13:57:05 +1000 Subject: [PATCH] CI Debug --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 885ab7d..a6679a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -136,6 +136,7 @@ pipeline { } } steps { + sh 'docker-compose config' sh 'rm -rf ./test/results/junit/*' sh './scripts/ci/fulltest-cypress' } @@ -164,6 +165,7 @@ pipeline { } } steps { + sh 'docker-compose config' sh 'rm -rf ./test/results/junit/*' sh './scripts/ci/fulltest-cypress' } @@ -192,6 +194,7 @@ pipeline { } } steps { + sh 'docker-compose config' sh 'rm -rf ./test/results/junit/*' sh './scripts/ci/fulltest-cypress' }