Hi Experts,
I'm working with robotframework plugin and I wonder whether it is a way to set output.xml/log.html/report.html filenames as variables, i.e $(build_number}-output.xml, etc .... in the Advanced Button.
I'm using pybot like that:
pybot -L TRACE -o ${BUILD_NUMBER}-output.xml -l ${BUILD_NUMBER}-log.html -r ${BUILD_NUMBER}-report.html -v master_router:$master_router -v backup_router:$backup_router -v username:$username -v password:$password -v build_number:${BUILD_NUMBER} -W 90 test.robot
Thanks