Skip to content

Commit 0470eb6

Browse files
committed
Add IRC notification in post {} block
1 parent b271830 commit 0470eb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ pipeline {
6262
}
6363
}
6464
}
65+
post {
66+
changed {
67+
ircNotification()
68+
}
69+
}
6570
}

0 commit comments

Comments
 (0)