-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unable to find Allure CommandLine #205
Comments
Same problem with freestyle project and multi-configuration project. Both for Allure installed in system and by Jenkins. Same versions. Why can't the plugin use Allure installed in the system? Why does it need to install its own? (Which it fails to do properly.) |
Is this issue somehow related to my question? webdriverio-boneyard/wdio-allure-reporter#114 |
Same problem here. Allure plugin doesn't resolve |
@vipinnambiar yeah, I know, this works, but I still believe that it should work without this configuration if |
Ok. I have only couple of slaves configured and don't have permissions to configure tools installations, they are managed by Devops Admin. Agree to your point, jenkins should resolve this using ALLURE_HOME instead of looking at the setup in tools configuration. |
@trane9991 |
@binbjz following, on the UI is:
|
@trane9991 I tried this solution, but it doesn't work. Allure version is 2.9.0 |
somewhat reproduced. Allure Command line 2.13.7 Pre conditions: home directories for Jenkins agents and command line When configuring allure command line installation with Tool Path: Installation Shell command
Installation successful:
... Allure step crashes:
Seems that plugin resolves configured agent home directory ( workaround: |
Issue
Unable to find Allure Command Line
Context
Jenkins version: 2.67
Job type: Pipeline
Allure plugin version:
Allure commandline version: 2.4.1
Problem description
Trying to run the Allure report from the Jenkins Pipeline with the below pom.xml entries in the project
We are using the following Allure Configuration Description in the Jenkins File
Logs & Traces
The text was updated successfully, but these errors were encountered: