From b3a4676780628fa628c670a346c97661cb427f87 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 10 Aug 2017 13:31:04 -0600 Subject: [PATCH] update joespipeline --- joespipeline | 1 - 1 file changed, 1 deletion(-) 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']) }