Skip to content

Commit 1e8ce3a

Browse files
authored
TRITON-2254 Change joyMattermostNotification to joySlackNotifications (#46)
1 parent bf1bb90 commit 1e8ce3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library('jenkins-joylib@v1.0.3') _
1+
@Library('jenkins-joylib@v1.0.8') _
22

33
pipeline {
44

@@ -59,7 +59,7 @@ pipeline {
5959

6060
post {
6161
always {
62-
joyMattermostNotification()
62+
joySlackNotifications()
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)