As a developer working with Octane, I want to trigger a Jenkins job directly via webhooks So that Jenkins can perform automated tasks based on Octane user story phase changes
Acceptance Criteria:
- When a user story's phase changes in Octane, a webhook should be triggered.
- Jenkins should receive the webhook payload containing information about the user story phase change.
- Jenkins will be configured to process the payload and execute the appropriate job or pipeline.
- The triggered Jenkins job should perform the necessary automated tasks based on the received payload.
- Any errors or failures during the webhook transmission or job execution should be appropriately logged for debugging and monitoring purposes.