Skip to content
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 history disappeared after testless/buildspec build #272

Open
SaFiT opened this issue Sep 12, 2022 · 0 comments
Open

Allure history disappeared after testless/buildspec build #272

SaFiT opened this issue Sep 12, 2022 · 0 comments

Comments

@SaFiT
Copy link

SaFiT commented Sep 12, 2022

I ran into a problem that after a build that does not contain test cases (Broken) or build sepcs Allure does not display the history.
Example:
image
Allure report of 490 build doesn't contain history.
Seems that root cause in allure-bamboo plugin:
When build is done allure trying to define last allure report with history and it implemented by calling URL

format("%s/plugins/servlet/allure/report/%s/%s/history/%s",
                getBambooBaseUrl(), planKey, buildId, fileName)

if returned 200, it means that build contain history and allure will copy artifacts from build, but if build is testless allure still returns 200 on above URL and trying to copy history from build without history.

Allure-bamboo plugin version: 1.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant