mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
57a96e6fdf
commit
4ed910231a
1 changed files with 3 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -21,11 +21,12 @@ pipeline {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
} post {
|
||||
}
|
||||
post {
|
||||
failure {
|
||||
mail to: 'firassawan@icloud.com',
|
||||
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||
body: "Something is wrong with ${env.BUILD_URL}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue