diff --git a/Jenkinsfile b/Jenkinsfile index e1b0053..21ff5c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,4 +62,9 @@ pipeline { } } } + post { + changed { + ircNotification() + } + } }