jenkinsci / allure-plugin

Allure Jenkins Plugin
https://plugins.jenkins.io/allure-jenkins-plugin/
Other
84 stars 63 forks source link

Allure report generation has stopped working in Jenkins (unable to download allure-commandline-2.8.1.zip) #274

Open vanangelov opened 3 years ago

vanangelov commented 3 years ago

Issue

Context

Problem description

Generation of Jenkins allure reports has stopped working a few hours ago. Similar problem occurred yesterday (see #https://github.com/jenkinsci/allure-plugin/issues/273)

Logs & Traces

ERROR: Step ‘Allure Report’ aborted due to exception: 
java.io.IOException: Server returned HTTP response code: 401 for URL: https://repo.jenkins-ci.org/maven-repo1/io/qameta/allure/allure-commandline/2.8.1/allure-commandline-2.8.1.zip
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
    at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:2982)
    at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
    at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
    at java.net.URLConnection.getContentLength(URLConnection.java:485)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:398)
    at org.jvnet.robust_http_client.RetryableHttpStream.<init>(RetryableHttpStream.java:90)
Oiuyio commented 3 years ago

Fast solution here

halkeye commented 3 years ago

Fast solution here

s/Fast/Proper/

jglick commented 3 years ago

Should be fixed by https://github.com/jenkins-infra/crawler/pull/92.

otec-petr commented 3 years ago

Still reproduced

jglick commented 3 years ago

Might take a while for that change to propagate.

daniel-beck commented 3 years ago

Will need update center metadata to be updated, which happens about once a day or when you click "Check Now" in plugin manager.

otec-petr commented 3 years ago

Working, could be closed