mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
update joespipeline
This commit is contained in:
parent
cc21a072f2
commit
b3a4676780
1 changed files with 0 additions and 1 deletions
|
@ -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'])
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue