From 6114ef935a58a5a21713fef2ea6ce57d84780f00 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Fri, 20 Dec 2024 15:09:13 -0500 Subject: [PATCH] remove before testing --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5f8c90e..fce20d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,6 +104,7 @@ pipeline { stage('Integration Tests') { steps { + sh 'rm -rf test/results' sh 'mkdir -p test/results/integration/dns' sh 'bats -F junit --gather-test-outputs-in test/results/integration/dns test/integration/dns/**/*.bat test/integration/dns/**/**/*.bat' }