diff options
author | Brian Bennett <brian.bennett@joyent.com> | 2021-09-07 18:52:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 18:52:21 -0700 |
commit | 2fb3f0b40b70ae076abe18f5626a10fe56f280c3 (patch) | |
tree | e397e7096fd5925941aa70344087ecd6c205204e | |
parent | 13ae1a203367228dda3fd8c2fa916782f9c2d3c8 (diff) | |
download | illumos-joyent-2fb3f0b40b70ae076abe18f5626a10fe56f280c3.tar.gz |
TRITON-2254 Change joyMattermostNotification to joySlackNotifications (#374)
Reviewed by: Dan McDonald <danmcd@kebe.com>
Reviewed by: Michael Zeller
Approved by: Dan McDonald <danmcd@kebe.com>
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index f94ed489c8..78c4b6f096 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ * Copyright 2021 Joyent, Inc. */ -@Library('jenkins-joylib@v1.0.5') _ +@Library('jenkins-joylib@v1.0.8') _ pipeline { @@ -56,7 +56,7 @@ pipeline { } post { always { - joyMattermostNotification(channel: 'jenkins') + joySlackNotifications(channel: 'jenkins') } } } |