Releases: ls1intum/bamboo-server-notification-plugin
Releases · ls1intum/bamboo-server-notification-plugin
v36: Merge pull request #4 from ls1intum/feature/chain-activity-log
Add logging for chain actitivy log.
v23: Change truncation handling.
Change truncation handling. Bump version number.
v22: Truncate error log to 5000 characters.
Truncate error log to 5000 characters. Bump version number.
v21: Add more logging from HTTPClient
Add more logging from HTTPClient. Bump version number.
v20: Add logging for chain actitivy log.
Log notification related information to BAMBOO-URL/chain/viewChainActivityLog.action?planKey=PLANKEY.
v19: Set encoding to UTF-8 for sent message. Increase version number.
Set encoding to UTF-8 for sent message. Increase version number.
v18
v17: Add successful and skipped tests to payload. (#3)
* Add successful and skipped tests to payload. This commit adds a BuildCompleteListener that listens on the PostBuildCompletedEvent. The testcases provided in the BuildContext get saved into a Map and can be accessed from the ChainCompletedNotification. See the comment above the Map cachedTestResults in the class ServerNotificationRecipient for more information. Updated Bamboo-api-version. Updated sample payload shown on README. * Use ConcurrentHashMap. Multiple build could finish at the same time, therefor we have to make sure it won't cause any unwanted behaviour. * Ensure backwards-compatibility.