summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vars/guix.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/guix.groovy b/vars/guix.groovy
index ab95ada..7b3a1f3 100644
--- a/vars/guix.groovy
+++ b/vars/guix.groovy
@@ -3,5 +3,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'
}
}