diff --git a/Jenkinsfile b/Jenkinsfile index 70756cc..c9eb62b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ node('master') { } echo 'This will always run' - junit "testresults.xml" + junit 'testresults.xml' } }