RELEASED: Public: August 7, 2024
New features
- Use of waitForWebhook step on a High Availability (HA) controller (BEE-48155)
-
The waitForWebhook Pipeline step from the Webhook Step plugin on a High Availability (HA) controller was unreliable, as the webhook could be delivered to a different replica than the one running the build and was lost, causing the build to hang. Now, any webhooks for this plugin are mirrored to all replicas, allowing the step to complete regardless of whether the webhook happened to be processed on the same replica or not.