Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture commit message for Bitbucket Server (Stash) push events #77

Open
kotyara85 opened this issue Sep 20, 2020 · 1 comment
Open

Comments

@kotyara85
Copy link

Hi,
I saw this issue - https://discourse.drone.io/t/ci-skip-skip-ci-not-working/3914
Per Bit Bucket docs they do send the commit message - https://support.atlassian.com/bitbucket-cloud/docs/event-payloads/
Is there bandwidth for you guys to fix this?
Thanks

@bradrydzewski
Copy link
Member

bradrydzewski commented Sep 21, 2020

we used real webhook payloads when writing this library and creating our unit tests. If you look the webhook payload from the push event you will see that no commit message is provided.
https://github.com/drone/go-scm/blob/master/scm/driver/stash/testdata/webhooks/push.json

if something changes, we would certainly accept a pull request that improved this behavior.

@bradrydzewski bradrydzewski changed the title BitBucket CI SKIP capture commit message for Bitbucket (Stash) push events Sep 21, 2020
@bradrydzewski bradrydzewski changed the title capture commit message for Bitbucket (Stash) push events Capture commit message for Bitbucket Server (Stash) push events Sep 21, 2020
jstrachan pushed a commit to jstrachan/go-scm that referenced this issue Dec 22, 2020
fix: add support for a Deployments API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants