Schutzbot: ping on nightly test results
This commit is contained in:
parent
5a9d2fe8b1
commit
748519a104
1 changed files with 6 additions and 2 deletions
8
schutzbot/Jenkinsfile
vendored
8
schutzbot/Jenkinsfile
vendored
|
|
@ -690,7 +690,9 @@ pipeline {
|
|||
unstash 'compose_id'
|
||||
def composeId = readFile "${env.WORKSPACE}/COMPOSE_ID"
|
||||
|
||||
telegramSend "💚 CI passed for osbuild-composer ${composeId} ${env.BUILD_URL}"
|
||||
telegramSend """💚 CI passed for osbuild-composer ${composeId} ${env.BUILD_URL},
|
||||
CC: [@atodorov_kiwi](tg://user?id=1047018883)
|
||||
"""
|
||||
} else if (env.BRANCH_NAME == 'main') {
|
||||
telegramSend "💚 CI passed for osbuild-composer main branch ${env.BUILD_URL}"
|
||||
}
|
||||
|
|
@ -704,7 +706,9 @@ pipeline {
|
|||
unstash 'compose_id'
|
||||
def composeId = readFile "${env.WORKSPACE}/COMPOSE_ID"
|
||||
|
||||
telegramSend "💣 CI failed for osbuild-composer ${composeId} ${env.BUILD_URL}"
|
||||
telegramSend """💣 CI failed for osbuild-composer ${composeId} ${env.BUILD_URL},
|
||||
CC: [@atodorov_kiwi](tg://user?id=1047018883)
|
||||
"""
|
||||
} else if (env.BRANCH_NAME == 'main') {
|
||||
telegramSend "💣 CI failed for osbuild-composer main branch ${env.BUILD_URL}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue