mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
laaast calll
This commit is contained in:
parent
da9d62634e
commit
850219758b
1 changed files with 6 additions and 8 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -42,18 +42,16 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
|
|
||||||
success{
|
success{
|
||||||
slackSend color: '#00ba09', message: 'test'
|
//slackSend color: '#00ba09', message: 'test'
|
||||||
//slackSend 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 color: '#FF0000', message: 'test'
|
//slackSend color: '#FF0000', message: 'test'
|
||||||
//slackSend 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