Hi,
I am using Tower 2.9.5 to try to reproduce the CI/CD setup documented here: https://keithtenzer.com/2019/06/24/ci-cd-with-ansible-tower-and-github/
I have the workflow setup doing provisioning in AWS. The Webhook is also configured in Github and can trigger the workflow seamlessly.
What I am not able to wrap my head around is to get Tower to notify GitHub on the status of the pipeline. I notice in Keith’s example that Github knows that Ansible Tower is registered as CI/CD pipeline. However, when I setup my Webhook, I do not see any such information in Github.
I reviewed the Webhooks documentation at: https://docs.ansible.com/ansible-tower/latest/html/userguide/webhooks.html. Still it is not really helping me.
Any thoughts? What am I missing? How do I get tower to report CI/CD results to GitHub?
Thanks,