Anyone know how to get reports when using bitbucket pipeline (docker instance)?

Hi,

It took me a long time through trial and error to get katalon to run in our bitbucket pipeline, now I would like to know if anyone can help me figure out how to save the reports and show them in bitbucket?

Any help would be much appreciated!

So really all you need to do is create a folder to save the reports in in your local repo folder. Then when any report is added it will show up as a change, once you commit it will be in ur bitbucket. I assume your using source tree for you local machine?

Just follow this and you should be fine.

Thank you for the answer.

The issue that I am having is that the docker instance is only their during the run, I have no problems running on my PC, but when running in bitbucket pipeline on linux, the reports are not saved to the report directory, rather a directory such as:

report_dir=/opt/atlassian/pipelines/agent/build/report

So I am wondering what I need to do in pipeline not to lose that report?

Thanks!

Ah yes i understand, im not really sure. I dont use docker instance myself. Hopefully someone that does can help you further.

Does this help at all?