mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Fixed the package step
This commit is contained in:
parent
dbb1451fb0
commit
330036fcb0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -25,7 +25,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('package'){
|
stage('package'){
|
||||||
steps {
|
steps {
|
||||||
sh './mvnw package
|
sh './mvnw package'
|
||||||
emailext (
|
emailext (
|
||||||
subject: "Packaging: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",
|
subject: "Packaging: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'",
|
||||||
body: """<p>Package: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':</p>
|
body: """<p>Package: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]':</p>
|
||||||
|
|
Loading…
Reference in a new issue