From 79c393538e48caf7543e3e087eed583dcd32b245 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Wed, 18 Dec 2024 16:17:25 -0500 Subject: [PATCH] woops --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c806b59..9cc74c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -104,7 +104,7 @@ pipeline { stage('Integration Tests') { steps { - sh 'bats -F junit test/integration/dns.bat' > TEST-Integration-dns.xml + sh 'bats -F junit test/integration/dns.bat > TEST-Integration-dns.xml' } }