diff --git a/Jenkinsfile b/Jenkinsfile index 90785e0..964e786 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { } stage('archiving test results') { - junit: "testresults.xml" + junit: 'testresults.xml' } }