diff --git a/Jenkinsfile b/Jenkinsfile index ac97089..f59efeb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,8 +33,7 @@ pipeline { stage('archiving test results') { steps { - echo "here is a step" - junit: 'testresults.xml' + junit 'testresults.xml' } }