Allure 命令行 2.6.0;詹金斯版 2.89.3;
我正在使用以下脚本(作业设置中没有任何其他构建后设置):
stage('Generate reports') {
allure([includeProperties: false,
reportBuildPolicy: 'ALWAYS',
results : [[path: allureResultsPath]]])
archive 'catalina.log'
}
趋势,历史或其他东西是否需要它?我想关闭它,因为它不被我使用并且只占用磁盘空间。
是否可以使用管道脚本将其关闭?