I suggest adding to the pants config in CI docs (<...
# general
p
I suggest adding to the pants config in CI docs (https://www.pantsbuild.org/docs/using-pants-in-ci) instructions on how to tell the CI system to retain the pants log file (
.pants.d/pants.log
) we do it in pants: https://github.com/pantsbuild/pants/pull/11860 and this is also possible in other CI systems, for example circle ci: https://circleci.com/docs/2.0/artifacts/ BTW - travis can't do it on its own (it only allows uploading somewhere else, like s3) so we might want to reconsider using it as an example in the docs and in the example-python repo... since I don't think anyone using pants 2.x will be using travis.... (I would be surprised....) so a GH actions/CircleCI makes more sense. since those are the more common ones people are familiar with (and are not slowly dying).
1
h
Could you add these as a "Suggested Edit" (after switching to the most recent version of the docs)?
p
will do.
done.
h
Thanks!