You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wanting to create a single webhook endpoint with a single sensor that performs different actions based on the value of a header. Push events should build a snapshot, release events should build a release, and delete events should perform a cleanup.
I am able to accomplish this with multiple sensors, but each sensor creates a deployment with a pod and I would rather implement this in a smaller footprint.
I can do multiple endpoints for each event type, but that requires a more complicated configuration for each repo and I'd prefer a simpler setup.
I'd like to create a sensor that can use the same event source and event name multiple times, using different filters for each dependency, but that is not allowed. Can this be changed so that is allowed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am wanting to create a single webhook endpoint with a single sensor that performs different actions based on the value of a header. Push events should build a snapshot, release events should build a release, and delete events should perform a cleanup.
I am able to accomplish this with multiple sensors, but each sensor creates a deployment with a pod and I would rather implement this in a smaller footprint.
I can do multiple endpoints for each event type, but that requires a more complicated configuration for each repo and I'd prefer a simpler setup.
I'd like to create a sensor that can use the same event source and event name multiple times, using different filters for each dependency, but that is not allowed. Can this be changed so that is allowed?
Beta Was this translation helpful? Give feedback.
All reactions