Open vitaliisotnichenko opened 3 years ago
Any updates on this? did you manage to enable allure report plugin via bamboo specs?
I did get Allure working with Bamboo specs but I don't recommend Allure Report for Bamboo for private projects because the report is exposed by the Allure servlet outside the Bamboo instance without authentication.
After installing and configuring the Bambo plugin as per the documentation, here's the YAML I used for Bamboo specs:
other:
concurrent-build-plugin: system-default
force-stop-build: true
all-other-apps:
custom:
buildExpiryConfig.enabled: 'false'
allure:
artifact.name: Allure Results
config:
failed.only: 'false'
executable: allure-2.21.0
enabled: 'true'
We use Bamboo Specs to organise our pipeline. Allure plugin is available for Bamboo jobs but we'd like to have the same thing for Bamboo Specs, because for us history and trends are crucial points Can we get an Allure Plugin for this goal?