diff --git a/Jenkinsfile b/Jenkinsfile index 80a0f84..935b20a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,9 +29,9 @@ pipeline { post { always { archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true - cleanWs() junit 'Scissors-Server/build/test-results/test/*.xml' junit 'Scissors-API/build/test-results/test/*.xml' + cleanWs() } } } \ No newline at end of file