soft-serve icon indicating copy to clipboard operation
soft-serve copied to clipboard

Feature Request: Webhook Support

Open nikolaishields opened this issue 3 years ago • 1 comments

By implementing webhook support in soft-serve users could integrate with any CICD system that supports webhooks. I'm not sure how to go about implementing this since soft-serve is SSH based but would be happy to lend a hand.

nikolaishields avatar Aug 17 '22 17:08 nikolaishields

There is presently a PR drafted regarding this feature. Maintainers expressed interest in further discussion so I figured I'd open a feature request to start the conversation.

nikolaishields avatar Aug 17 '22 17:08 nikolaishields

FWIW, can use Git Hooks to trigger CI\CD systems. It's just pretty raw at the moment as you'd have to write your own script for each repository. You can use the post-update hook to run a CI\CD system after a repository push.

aymanbagabas avatar Nov 09 '22 16:11 aymanbagabas