Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54163

Email-Ext 2.63: brokenBuildSuspects recipient provider is not working for pipeline builds

    • 2.67

      Add support for using the brokenBuildSuspects in pipelines. 
      The following check in FirstFailingBuildSuspectsRecipientProvider.java

      if (firstFailedBuild instanceof AbstractBuild) { 
           buildsWithSuspects.add(firstFailedBuild); 
      } else {                    
         debug.send("  firstFailedBuild was not an instance of AbstractBuild");                }
      

      Is preventing the brokenBuildSuspects to be used within pipelines. 

          [JENKINS-54163] Email-Ext 2.63: brokenBuildSuspects recipient provider is not working for pipeline builds

          Alex Earl added a comment -

          Alex Earl added a comment - This has been fixed in https://github.com/jenkinsci/email-ext-plugin/pull/192/files#diff-17fa3906ccfc71eebf99aa520df09c12L94

          Amit Dar added a comment -

          Is this fix going to be released soon?

          this problem is killing us and we are trying to avoid a downgrade of the server...

          Amit Dar added a comment - Is this fix going to be released soon? this problem is killing us and we are trying to avoid a downgrade of the server...

          Alex Earl added a comment -

          Sorry, I need to get a machine that I can do releases from. I'll do that ASAP.

          Alex Earl added a comment - Sorry, I need to get a machine that I can do releases from. I'll do that ASAP.

          Amit Dar added a comment -

          slide_o_mix, your effort in this matter is greatly appreciated!

          Amit Dar added a comment - slide_o_mix , your effort in this matter is greatly appreciated!

          Basil Crow added a comment -

          Released in 2.67.

          Basil Crow added a comment - Released in 2.67 .

            slide_o_mix Alex Earl
            kwza Kwinten Zaman
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: