Copied from https://jira.atlassian.com/browse/BAM-20803?focusedCommentId=2601141&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-2601141
We've just upgraded Bamboo to 7.2.0 any testing AnyTask Yaml support:
Some feedback from testing so far:
We have a Teams notification on fail, but it's not supported as yet it seems, however the output generated is:
notifications:
- events:
- plan-failed
recipients:
# Notification recipient com.moveworkforward.bamboo.microsoft-teams-notifier:recipient.microsoftteams is not supported yet
Which results in "Bamboo YAML import failed: Document structure is incorrect: notifications / [0] / recipients: Property is required."
So we needed to remove the notifications block - ideally the export would realize that it should comment out the whole block if it was going to cause a non-importable Yaml as it's output
Copied from https://jira.atlassian.com/browse/BAM-20803?focusedCommentId=2601141&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-2601141
We've just upgraded Bamboo to 7.2.0 any testing AnyTask Yaml support:
Some feedback from testing so far:
We have a Teams notification on fail, but it's not supported as yet it seems, however the output generated is:
Which results in "Bamboo YAML import failed: Document structure is incorrect: notifications / [0] / recipients: Property is required."
So we needed to remove the notifications block - ideally the export would realize that it should comment out the whole block if it was going to cause a non-importable Yaml as it's output