diff --git a/joespipeline b/joespipeline index 7eaf6a7ea..27917dfc2 100644 --- a/joespipeline +++ b/joespipeline @@ -10,5 +10,4 @@ echo 'Hello from Pipeline Demo' sh "/usr/bin/mvn -B verify" step([$class: 'ArtifactArchiver', artifacts: '**/target/*.war', fingerprint: true]) - step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml']) }