mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +00:00
removed builduser
This commit is contained in:
parent
eda989d33c
commit
9666b58ca6
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -45,12 +45,12 @@ pipeline {
|
||||||
success{
|
success{
|
||||||
slackSend channel: '#slack-test-channel',
|
slackSend channel: '#slack-test-channel',
|
||||||
color: COLOR_MAP[currentBuild.currentResult],
|
color: COLOR_MAP[currentBuild.currentResult],
|
||||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} by ${BUILD_USER}\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 channel: '#slack-test-channel',
|
slackSend channel: '#slack-test-channel',
|
||||||
color: COLOR_MAP[currentBuild.currentResult],
|
color: COLOR_MAP[currentBuild.currentResult],
|
||||||
message: "*${currentBuild.currentResult}:* Job ${env.JOB_NAME} build ${env.BUILD_NUMBER} by ${BUILD_USER}\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