mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 08:05:50 +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'
|
sh './mvnw package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} post {
|
}
|
||||||
|
post {
|
||||||
failure {
|
failure {
|
||||||
mail to: 'firassawan@icloud.com',
|
mail to: 'firassawan@icloud.com',
|
||||||
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: "Something is wrong with ${env.BUILD_URL}"
|
body: "Something is wrong with ${env.BUILD_URL}"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue