allure2: Bintray 403 forbidden
Can’t install with brew install allure
$ brew install allure
==> Downloading https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.zip
curl: (22) The requested URL returned error: 403 Forbidden
Error: Failed to download resource "allure"
Download failed: https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.zip
Same result trying download zip via Browser
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 13
- Comments: 41 (18 by maintainers)
Commits related to this issue
- Download allure from github releases Bintray URL is dead, so download zip from github releases url, see: (allure#832)[https://github.com/allure-framework/allure2/issues/832] — committed to Trane9991/homebrew-core by Trane9991 6 years ago
- allure: Update to github releases https://github.com/allure-framework/allure2/issues/832#issuecomment-425643244 — committed to ScoopInstaller/Scoop by brandon93s 6 years ago
- update:(0.2018.0930.0813): deno: Update to version 0.1.6; allure: Update to g... * mirror of github.com/lukesampson/scoop:bucket ("main") .# Summary (changes by commit) e0820c3 @ 2018-09-29.18:00:2... — committed to rivy/scoop.bucket.scoop-main by rivy 6 years ago
- fix bintray references (fixes #109, via #110) Allure >= 2.8.0 is no longer available from Bintray. Documentation needs some update to allow users to find new download locations. This commit tries... — committed to allure-framework/allure-docs by lalmeras 6 years ago
- Allure: update distribution url to Maven Central Allure distributions are moved to Maven Central. For more details please see https://github.com/allure-framework/allure2/issues/832 — committed to baev/scoop by baev 5 years ago
- Allure: update distribution url to Maven Central (#2979) Allure distributions are moved to Maven Central. For more details please see https://github.com/allure-framework/allure2/issues/832 — committed to ScoopInstaller/Scoop by baev 5 years ago
- update:(0.2018.0930.0813): deno: Update to version 0.1.6; allure: Update to g... * mirror of github.com/lukesampson/scoop:bucket ("main") .# Summary (changes by commit) e0820c3 @ 2018-09-29.18:00:2... — committed to rivy/scoop.bucket.scoop-main by rivy 6 years ago
Gradle workaround
Jenkins workaround
The reason Allure Maven plugin downloads zip distribution instead of using maven dependency is that we want to have same protocol for every integration. So you can generate the report in the same way no matter are you using Maven/Gradle/Command line directly or Jenkins/TeamCity/Bamboo.
At the moment the main problem is that some integrations are not using cache for downloaded tool (for example thats how Jenkins works, it downloads tools to agent directly from bintray instead of master node)
The second problem is that bintray was the single place where allure command line was stored. So in order to restore allure distributions to other place we have to manually rebuild few latest releases and store them to Github releases page.
And finally there are definitely a documentation lack for such cases (how to configure the integrations to download command line from different url)
So the resolution is:
Maven workaround
we successfully moved to Maven Central https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline/2.8.0/
During next week we are going to update integrations to use new location of command line
Bintray is alive 👍
Regarding old releases, following docs: https://github.com/allure-framework/allure-docs/blob/c965dea22177f9b55594b77d167fddaecc9b1de6/docs/reporting/commandline.adoc#windows-and-other-unix
However, it is Forbidden, check the link: https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.4.1/allure-2.4.1.zip
Scoop has been updated to use GitHub releases for Windows users.
We are experiencing issues with our Bintray account once again. Our team working on the problem at the moment, but I’d recommend for everyone switch from Bintray to Github releases:
Allure Maven plugin
Allure Gradle Plugin
Allure Jenkins Plugin
http://your.jenkkins.host/configureTools
),Allure Commandline
sectionAdd installer
, selectExtract from zip archive
,https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip
urlI’d recommend to use pattern instead direct link:
@eroshenkoam for maven - works only if
<allureDownloadUrl>https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip</allureDownloadUrl>
not
<allure.download.url>https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip</allure.download.url>
@hks225 you need to delete default installer
From Maven Central
Still having this error when downloading from: https://dl.bintray.com/qameta/generic/io/qameta/allure/allure/2.7.0/allure-2.7.0.zip Should I be using this url instead? https://github.com/allure-framework/allure2/releases/download/2.7.0/allure-2.7.0.zip Is this a temporary fix?