-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allure Bamboo compatibility with Bamboo 8.0.3 #251
Comments
Hi, yeah I also having an issue recently with Bamboo 8.1.8 version. The issue log was as following
|
With such errors I would suggest you to make sure that allure commandline is extracted into path like that so the executable will be located at such path: {allure_home}/binary/bin/allure in it {allure_home} is the path you specify in Bamboo executable path. Normally allure commandline unzips into allure-{version} folder and in it you will have the bin folder, etc. Rename the allure-{version} to "binary". The location it looks for the bin is so poorly documented, but in code you can somehow follow it from here: allure-bamboo/src/main/java/io/qameta/allure/bamboo/AllureExecutableProvider.java Line 21 in ca8e2a8
and allure-bamboo/src/main/java/io/qameta/allure/bamboo/AllureExecutableProvider.java Lines 44 to 45 in ca8e2a8
|
Hi, I think it is unable to get Allure plugin to work with bamboo 8.0.3,
Took a shot to compile it under bamboo 8.0.3 dependencies, aligned with newest sdk,
What should we do next?
#252
Cheers
The text was updated successfully, but these errors were encountered: