diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-09 20:01:45 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-07-09 20:06:10 +0300 |
| commit | 37638e213565dc5356d2a24d1ee062c41ff1d1e9 (patch) | |
| tree | f2968a11e47e6b2d208922b0662807c1443a89b0 | |
| parent | vars: guix: Show package. (diff) | |
| download | guix-my-packages-37638e213565dc5356d2a24d1ee062c41ff1d1e9.tar.gz | |
* vars/guix.groovy (build): Use Slack instead of Email.
| -rw-r--r-- | vars/guix.groovy | 2 |
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: '' } } |
