3

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.

One Developer
  • 99
  • 5
  • 43
  • 103
  • 1
    Maybe not all of the Expected Artifacts configured for the pipeline match? [Spinnaker docs](https://spinnaker.io/guides/user/pipeline/triggers/github/#configure-the-github-artifact) mentions: "If no artifact for this description is present, the pipeline won’t start." – Attila Viniczai Nov 06 '20 at 10:10
  • 1
    Also, what version of Spinnaker are you using? This may very well be a [Spinnaker bug](https://github.com/spinnaker/spinnaker/issues/5645). – Attila Viniczai Nov 06 '20 at 10:13

0 Answers0