we are using allure command line tool to generate reports and have multiple versions 2.10.0 and 2.32.1. 2.32.1 is set as allure-latest in tools config but when we run the Jenkins pipeline its automatically picking 2.10.0.
Jenkins Version 2.504.2
Allure Jenkins Version 2.32.0
How to fix it to use the latest version?
Please help to resolve the issue.
Thanks in Advance.
Tried using the below steps: • 2.34.1 version is available in the Jenkins tool config. But this version is not getting installed in the agent machines. • Tried adding allure-latest in tool section in pipeline script – didn’t resolve the issue • Added allure cmd line as maven dependency in pom.xml – didn’t observe any difference • Removed old version from agent config, downloaded the latest version in machine and gave the path in agent config – didn’t resolve the issue
tools { allure 'allure-latest' // Allure Tool }