See
https://orch.psi.redhat.com/pnc-web/#/projects/947
```
bacon pnc project list-builds 947 --profile=production -o >
cpaas_maven_builds.json #takes a long time
cat cpaas_maven_builds.json | jq '.[].id' > buildids.lst
for bid in `tail -n 50 buildids.lst`; do printf "{\"build-id\":$bid,\"type\":\"pnc\"},"; done
```
This is a pipelineRun which will be ran from the quarkus app so it
shouldn't be deployed as part of the deployment proccess which is why
k8's dir exists