Spinnaker - Automated Triggers not working

917 Views Asked by At

I have configured the Automated Triggers as mentioned below

  1. Added the webhook in Github

enter image description here

  1. Updated the spinnaker configuration

    kubectl exec --namespace spinnaker -it spinnaker-spinnaker-halyard-0 bash

    hal config features edit --artifacts true hal config artifact github enable

    hal config artifact github account add kavija --token xxxxx

    hal deploy apply

  2. Configured the pipeline enter image description here

  3. It looks like webhook is delivered enter image description here

enter image description here

  1. Spinnaker pipeline is not auto-triggered enter image description here

What am I missing?

5.

0

There are 0 best solutions below