Skip to content

Commit 2022082

Browse files
Merge pull request github#1485 from mirthy/master
Updated to support jenkins notify 1.6
2 parents bddbc85 + 1f38252 commit 2022082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/jenkins-notifier.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = (robot) ->
6666
try
6767
data = req.body
6868

69-
if data.build.phase == 'FINISHED'
69+
if data.build.phase == 'FINISHED' or data.build.phase == 'FINALIZED'
7070
if data.build.status == 'FAILURE'
7171
if data.name in @failing
7272
build = "is still"

0 commit comments

Comments
 (0)