From 7b1e284b5eaf8f7dcfeae4e3dcd8c5be32453de6 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Tue, 7 Sep 2021 16:37:14 -0700 Subject: [PATCH] TRITON-2254 Change joyMattermostNotification to joySlackNotifications (#59) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d336511..a57ba3d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -@Library('jenkins-joylib@v1.0.3') _ +@Library('jenkins-joylib@v1.0.8') _ pipeline { @@ -25,7 +25,7 @@ pipeline { post { always { - joyMattermostNotification() + joySlackNotifications() } }