We are attempting to roll out Bamboo CI internally and are also affected by this, what can we to do help, or at least work around this? We are a Microsoft Shop and would prefer not to write any JavaSpecs if possible (YAML is a reasonable compromise in our opinion).
Here's a sampling of just one of our plans when exported, as you can see we heavily rely on this:
Verify Code Quality:
key: VCQ
tasks:
- checkout:
force-clean-build: 'false'
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
# Task com.atlassian.bamboo.plugins.scripttask:task.builder.command is not supported yet
Upgraded to 7.1.2 and confirmed empty lines and #'s seem to be OK for Yaml export now.