Open taraspos opened 6 years ago
We found a workaround for this placing allure CLI directly in the root of the docker image where we run the pipelines (our agent) and creating a symlink from there to /bin
.
Once downloaded & unpacked the allure-commandline-X.Y.Z.zip doing something like this:
mv allure-commandline-X.Y.Z /allure-cli && \
ln -s /allure-cli/bin/allure /bin/allure
where X.Y.Z is the version of allure CLI
Issue
Context
Jenkins version: 2.140
Job type: Pipeline
Allure plugin version: 2.27
Allure commandline version: 2.7.0
Problem description
Plugin doesn't resolve
allure
executable from PATH or ALLURE_HOME variable and works only if Tool Installation is set.Logs & Traces
Related issues
205
105
207
Proposed fix:
Resolve allure binary from
PATH
here and resolveALLURE_HOME
variable as a path to Allure installation here