How can I clean the logs of the build before each plan run? Right now, the logs of the new run get appended to what was logged from the previous runs, and I want the logs to show the results of only the current run.
Hello Galin,
the logs of the new run get appended to what was logged from the previous runs
Bamboo does not append logs to previous builds.
Could you please:
add a Script task to your plan with the following:
echo ${bamboo.buildResultKey}
You will notice Bamboo will generate two build logs, independent from one another. If this does not happen and, in fact, build#2 gets appended to build #1, please raise a support requets.
—
Kind regards,
Rafael P. Sperafico
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.