mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
simplllle
This commit is contained in:
parent
25b80e5cc4
commit
da9d62634e
1 changed files with 7 additions and 6 deletions
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
|
@ -40,15 +40,16 @@ pipeline {
|
||||||
|
|
||||||
// Post-build actions
|
// Post-build actions
|
||||||
post {
|
post {
|
||||||
|
|
||||||
success{
|
success{
|
||||||
slackSend
|
slackSend color: '#00ba09', message: 'test'
|
||||||
color: '#00ba09',
|
//slackSend color: '#00ba09',
|
||||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
//message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
||||||
}
|
}
|
||||||
failure{
|
failure{
|
||||||
slackSend
|
slackSend color: '#FF0000', message: 'test'
|
||||||
color: '#ff0000',
|
//slackSend color: '#ff0000',
|
||||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
// message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} \n More info at: ${env.BUILD_URL}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue