I am working with bitbucket-pipelines to store the results in a confluence page. The idea is that for each success build in `master` a new page is created with the different build and test results attached to the page.
I have created new pages in the ancestor and the space that I wanted with any problem, but I am having problems at figuring out how to also attach the test result .tar file to the request to create the page.
Is it possible to do so or I need to add the attached file in a new request?
If this can't be done, it's ok I will try to create an script to handle this, but it will be much easier for me if I could do it in a single request.