diff --git a/Jenkinsfile b/Jenkinsfile index 7db59dbf0..8c1d69535 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,8 @@ pipeliene { steps { archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar' onlyIfSuccesful: true - junit testresults: '**/test-results/test/TEST-*.xml' + junit testResults: '**/test-results/test/TEST-*.xml' } } -} + } +}