I would like the ability to run commands inside the container of the SAM Build plugin after the build is completed, specifically jfrog build-info commands, (jf bce, jf bag, etc) to be able to append build environment/git information to a jf build that is destined for a release bundle.
I don't think we can run these commands in the actual container that builds the code because we are using the
--use-container
option for sam build, but running them inside the runner image will be more accurate than running them in a separate step entirely.