mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
update reciptient emall
This commit is contained in:
parent
284c613833
commit
4b1f6b2edd
1 changed files with 2 additions and 3 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env groovy
|
#!/usr/bin/env groovy
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
|
@ -24,18 +25,16 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo "DEPLOY!"
|
echo "DEPLOY!"
|
||||||
// sh './mvnw deploy'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
echo 'One way or another, I have finished'
|
echo 'One way or another, I have finished'
|
||||||
/* deleteDir() /* clean up our workspace */
|
|
||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
echo 'I succeeeded!'
|
echo 'I succeeeded!'
|
||||||
mail to: 'm.augier@me.com',
|
mail to: 'daphne.augier@gmail.com',
|
||||||
subject: "Successful Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "Successful Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: "Eveythink OK with ${env.BUILD_URL}\n"
|
body: "Eveythink OK with ${env.BUILD_URL}\n"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue