mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
f0da0163a8
commit
a8409a9a9e
1 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,6 +24,7 @@ pipeline {
|
|||
sh './mvnw deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
mail to: 'bit172@gmail.com',
|
||||
|
@ -35,7 +36,6 @@ pipeline {
|
|||
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||
body: "Build Failure, location to build ${env.BUILD_URL}"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue