update joespipeline

This commit is contained in:
joe 2017-08-10 13:31:04 -06:00
parent cc21a072f2
commit b3a4676780

View file

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