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() } }