summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vars/guix.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/guix.groovy b/vars/guix.groovy
index 2521f64..bdcc2ec 100644
--- a/vars/guix.groovy
+++ b/vars/guix.groovy
@@ -4,6 +4,6 @@ def build(String pack) {
sh "guix build --no-grafts ${pack}"
} catch (Exception error) {
echo "Stage failed, but we still continue"
- mail bcc: '', body: "${pack} failed to build", cc: '', from: 'Jenkins <go.wigust@gmail.com>', replyTo: '', subject: "${pack} failed to build", to: 'go.wigust@gmail.com'
+ slackSend color: '#1E90FF', iconEmoji: '', message: "${pack} build failed", username: ''
}
}