Open cprato79 opened 3 years ago
Is it working now for you? i have a web-hook URL which was created recently and includes the tenant's name as mentioned in the link you posted above but office 365 connector still fails to send notification with this error as well. Any updates?
The notification has begun to works only after i restored the previous url as microsoft teams had generated it.
This is a temporary workaround working until Microsoft will not disable this behavior definitively!
The fix outlined in https://github.com/jenkinsci/office-365-connector-plugin/issues/240#issuecomment-796637120 worked, we upgraded from Oracle Java 8 to OpenJdk 11 as described here https://stackoverflow.com/a/55244659, and our new connector started working.
The fix outlined in #240 (comment) worked, we upgraded from Oracle Java 8 to OpenJdk 11 as described here https://stackoverflow.com/a/55244659, and our new connector started working.
Thank you ! I will try.
My issue was actually a table-to-divs migration issue after an update to Jenkins 2.277.1. Some of the plugins were causing the configure UI to be broken. Once these plugins were disabled, the notifications started getting posted using incoming webhooks and office 365 connector plugin.
Version report
Jenkins and plugins versions report:
What Operating System are you using (both controller, and any agents involved in the problem)?
i run jenkins from the official docker container
Reproduction steps
Results
Expected result: a notify on Microsoft Teams side
Actual result:
Test
running by curl it gets the notification as well:
where the variable:
WEB_HOOK_URL
is replaced by the full URL got by Microsoft Teams Connector