-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
11
-
Documentation
...It only modifies the number of log lines displayed in notification templates that already include logs.
System Property | Description | Default Value |
---|---|---|
bamboo.notifications.logLinesToInclude | Specifies the number of log lines to include in email notifications that display log information. | 100 |
Extracted from Modifying notification templates - Configuring notifications content via system properties
Investigation
Based on the information above, it seems the only logs available to be sent in notifications are from Job Error notification. Due to that, the other templates (.ftl) do not have knowledge of build logs being passed on as data source to be sent out in the notification.
Request
- add in the Bamboo's UI fields that can be used to specify:
- build logs (none/partial/full) to be send in notification
- provide source code sample to build your own Custom Notification plugin (Notification Plugin Modules)