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
What happened:
The implementation associated with the issue(#1769) allows for a split between backend work and webhook response.
If this feature is used, the user will not know the result of the backend work such as 4XX error or "No jobs to start".
200 is returned as the status code upon successful enqueue of the webhook information.
This is information that can be found in the SCM's hook status if this feature is not used.
What you expected to happen:
Even when splitting the webhook reponse and the backend work, the user can know the result of the backend work
The text was updated successfully, but these errors were encountered:
What happened:
The implementation associated with the issue(#1769) allows for a split between backend work and webhook response.
If this feature is used, the user will not know the result of the backend work such as 4XX error or "No jobs to start".
200 is returned as the status code upon successful enqueue of the webhook information.
This is information that can be found in the SCM's hook status if this feature is not used.
What you expected to happen:
Even when splitting the webhook reponse and the backend work, the user can know the result of the backend work
The text was updated successfully, but these errors were encountered: