as for standart webhook - https://confluence.atlassian.com/bitbucketserver/event-payload-938025882.html?utm_campaign=in-app-help&utm_medium=in-app-help&utm_source=stash#Eventpayload-repositoryevents
- it does not provide list of changed files - but just refs.
Questions:
1. Was it done by purpose?
2. Will this hook request include changed files information in future?
> Was it done by purpose?
Yes, the webhook payload has intentionally kept lean for a number of reasons:
With the information in the webhook payload, you should be able to use the REST API to obtain the information you're interested in.
> Will this hook request include changed files information in future?
No, for the reasons described above.
Hello,
I am trying to extend a Monitor for the Spring Config server refresh. I do not want to refresh all the applications! I need to know which files changed!
Can you please let me know how do I find out which config file changed so that I can only refresh only the application that the config file from belongs too.
We have 50 Microservices! I do not
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To reach this, I've used some custom hook (https://confluence.atlassian.com/bitbucketserver/post-service-webhook-for-bitbucket-server-776640367.html?_gac=1.178462992.1520356400.EAIaIQobChMIlIqf8JjY2QIVWl8ZCh3h1gOzEAAYASAAEgKlgfD_BwE&_ga=2.131084682.423483028.1523277645-1929951528.1474983805) + custom logic for config service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.