Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
JENKINS-37188 2nd failure emails being sent even when build is succes…
…sful with job-dsl-plugin
- Loading branch information
Showing
with
27 additions
and 41 deletions.
- +6 −13 src/main/java/hudson/plugins/emailext/plugins/trigger/FirstFailureTrigger.java
- +15 −2 src/main/java/hudson/plugins/emailext/plugins/trigger/NthFailureTrigger.java
- +6 −1 src/main/java/hudson/plugins/emailext/plugins/trigger/SecondFailureTrigger.java
- +0 −10 src/test/java/hudson/plugins/emailext/plugins/trigger/FirstFailureTriggerTest.java
- +0 −15 src/test/resources/hudson/plugins/emailext/plugins/trigger/oldformat.xml
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -53,14 +53,4 @@ public void testTrigger_firstTwoBuildsFail() | ||
throws IOException, InterruptedException { | ||
assertNotTriggered(Result.FAILURE, Result.FAILURE); | ||
} | ||
} |