docker agent with allure installed in dockerfile, tries to reinstall when i go to use it. #2084
Unanswered
zanderFortinbras
asked this question in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have allure install and allure_home specified in dockerfile.
and are installed successfully
When i run the following command
../bin/behat --strict --colors --suite=suitex --tags=@theTest--config=behat.yml --format=pretty --out std --format=junit --out ./report --format=html --out ./build/html/behat --format=allurethe script tries to install allure again
[htmlpublisher] Archiving at BUILD level /blah/blah/build/html/behat to /blah/blah/htmlreports/HTML_20Report
Unpacking https://repo1.maven.org/maven2/io/qameta/allure/allure-commandline/2.16.1/allure-commandline-2.16.1.zip to /blah/blah/blah/tools/ru.yandex.qatools.allure.jenkins.tools.AllureCommandlineInstallation/2.7.0 on dockerImage-00040q25pxxjvev on docker-slave
ERROR: Failed to download https://repo1.maven.org/maven2/io/qameta/allure/allure-commandline/2.16.1/allure-commandline-2.16.1.zip from agent; will retry from controller
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to dockerImage-00040q25pxxjvev
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1000)
Beta Was this translation helpful? Give feedback.
All reactions