The Bamboo Task that is implemented by my plugin executes an ExternalProcess. This process generates a number of log files.
I’d like my plugin to automatically make these log files available via Bamboo’s UI, preferably without the user needing to explicitly configure this in their task (eg: through the normal ‘artifacts’ UI configuration options that admins have in the project’s Plan configuration).
Is there any way of programmatically making available certain files that are generated during the execution of a task?