mohamed-atef2022

Results 6 comments of mohamed-atef2022

![image](https://user-images.githubusercontent.com/88099108/182155800-8f1a40df-3af9-42a3-8ec3-b28a73d7f80b.png)

this is th code i use in which line i should edit if [ -n "${enable_report}" ]; then # report_command_line="--reportatendofloadtests --reportoutputfolder /report/report-${jmx}-$(date +"%F_%H%M%S")" report_command_line="--reportatendofloadtests --reportoutputfolder /report/report-${jmx}-{{workflow.creationTimestamp}}" fi kubectl cp -c...

i tried to solve it by fixing the echo commands the report generated but i get this issue which prevent the report from copying in th path `` 2024-08-12 12:32:21,056...

@linvaux while i am using -f in jmeter command i think it doeesnt affect on the report creation or overwrite it

i tried to add the flag itself jmeter ${param_user} ${param_properties} ${report_command_line} --logfile report-${jmx}-$(date +"%F_%H%M%S").jtl --nongui --forceDeleteResultFile --testfile ${jmx} -Dserver.rmi.ssl.disable=true --remoteexit --remotestart ${slave_list} >> jmeter-master.out 2>> jmeter-master.err i tried also to...

i jus checked it th report directory has a data called report-template it is copied from /opt/jmeter/bin/report-template i think it is a files that copied to be filled in by...