Skip to content

Commit

Permalink
Add slack message for possible HW tests failure
Browse files Browse the repository at this point in the history
Signed-off-by: mnokka-unikie <[email protected]>
  • Loading branch information
mnokka-unikie committed Nov 22, 2024
1 parent 7ecbdf1 commit d54f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghaf-main-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pipeline {
if (failedTargets) {
formattedFailedMessage = failedTargets.collect { "- ${it.trim()}" }.join("\n")
} else {
formattedFailedMessage = "None"
formattedFailedMessage = "None, builds were ok, maybe HW tests failed?"
}
if (servername=="ghaf-jenkins-controller-prod") {
serverchannel="ghaf-build" // prod main build failures channel
Expand Down

0 comments on commit d54f1b0

Please sign in to comment.