Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-18372

Adding build logs with warnings to bamboo email notification

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • API, Notifications
    • None
    • 1
    • 2
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Summary

      Sometimes a customer wants to create a custom notification report, not only including error messages, but also warning messages.

      I checked Bamboo's API (https://docs.atlassian.com/atlassian-bamboo/latest/). There, I searched for the class ExtraBuildResultsData. The only two methods available are:
      getBuildErrors()
      getBuildReturnCode()
      I also noticed that the only implementation for that interface (BuildResultsImpl) has been deprecated. So let's go to the actual one: BuildResultsSummary. That class handles all information regarding build results. Long story short: I went through the classes being called here. No methods to retrieve warnings.

      Ideal feature:

      Have a method like the one above for warnings (getBuildWarnings()).

      Attachments

        Activity

          People

            Unassigned Unassigned
            pdemitrio Patricio
            Votes:
            6 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: