Hello,
We are currently attempting to use Bitbucket Pipelines to build our Maven project. When I run the build locally using the guide in the documentation, allocating 4g of memory and 4g of swap memory, the build passes correctly with no issues. Once deployed to the environment, however, the build fails about 90% of the time.
I am using a custom docker image and mvn install to build our project. When I dig through the pipelines logs, it turns out that there are no errors and the command doesn't appear to finish. The logs appear to end half way through the execution.
Our build process is computationally intense so it is my opinion that the fails are caused by some sort of resource limitation. Is there a way to figure out why the command doesn't finish or if there is some environment fail?
Thank you,
Ryan Biggs