Reputation: 1106
So, notification seems to be working on push event from bit bucket as it returning 200 status. Now on spinnaker (1.9.5) deck side I am configuring trigger and expected artifact in this way:
hal config artifact bitbucket account add spinnaker-bitbucket-cloud
hal config artifact bitbucket account delete spinnaker-bitbucket-cloud
hal config artifact bitbucket account add spinnaker-bitbucket-cloud --username mybitbucketuser --password
Automated Triger
Upvotes: 0
Views: 720
Reputation: 86
You have to configure Bitbucket artifacts. You can follow this guide (written for github, but is mainly the same), to setup the artifact type https://www.spinnaker.io/setup/artifacts/github/
Upvotes: 1