mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
Add notification for changed block. Updates needed to notify changed status
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -49,8 +49,9 @@ pipeline {
|
||||
}
|
||||
|
||||
post {
|
||||
//changed {
|
||||
//}
|
||||
changed {
|
||||
slackSend color: 'danger', message: "${env.JOB_NAME} - #${env.BUILD_NUMBER} Changed (<${env.BUILD_URL}|Open>)"
|
||||
}
|
||||
|
||||
failure {
|
||||
slackSend color: 'danger', message: "${env.JOB_NAME} - #${env.BUILD_NUMBER} Failure (<${env.BUILD_URL}|Open>)"
|
||||
|
Reference in New Issue
Block a user