jenkinsci / allure-plugin

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

Update allure version #212

Closed jsa34 closed 5 years ago

jsa34 commented 6 years ago

Got an issue with the tools.jar not being located?

jsa34 commented 6 years ago

Bump! Any help with unit test errors? Seem to be test environment issues unrelated to code.

eroshenkoam commented 5 years ago

@jsa34 could you update allure to the latest version? We are migrate to central, so download url was changed:

task downloadAllure(type: Download) {
    src "http://central.maven.org/maven2/io/qameta/allure/allure-commandline/${allureVersion}/allure-commandline-${allureVersion}.zip"
    dest "$buildDir/resources/test/allure-commandline.zip"
}

and the latest version is 2.10.0

jsa34 commented 5 years ago

Updated with recommended updates (apologies - completely forgot I had this pull request open!)

eroshenkoam commented 5 years ago

ty! 👍

jsa34 commented 5 years ago

yw :)