Forum Discussion
nmrao
7 years agoCommunity Hero
678
7 years agoRegular Contributor
how can i do as Setupscript for Testsuite
- nmrao7 years agoCommunity HeroDelete may lead to issue as testrunner is accessing the log files.
- 6787 years agoRegular Contributor
how can we fix this... as before running testsuite i would like to delete all existing logs on .readyapi/logs folder
that's causing Jenkins build failing because of huge logs
- nmrao7 years agoCommunity HeroOnce testrunner is started execution, it will access the log file and you want to delete it; not logical.
Already suggested a way how to delete them with simple os command in first reply. Not sure what is stopping you not to use it!
It is very much possible to run an additional command in jenkins as part of build step, or before build step.