Jets CI Debugging Tips
One way to debug the CI CodeBuild project is to inspect the generated CloudFormation template.
jets ci:build
You can see the template with:
cat /tmp/jets/demo/templates/ci.yml | yq
Also see: Remote Compute Type
One way to debug the CI CodeBuild project is to inspect the generated CloudFormation template.
jets ci:build
You can see the template with:
cat /tmp/jets/demo/templates/ci.yml | yq
Also see: Remote Compute Type
In this section: