-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins Teams app no longer posting to Teams - Connector app missing from MS Teams Store #299
Comments
Hello, We replace Jenkins connector by new connector of Microsoft "Incoming Webhook" It solve our problem. |
Have the same issue, I found it weird because the Jenkins app is there, but the connector is gone. Maybe this is actually an issue with Teams and not Jenkins, as the app has a "Microsoft Teams Ecosystem" as a "developer". |
Same issue here. "statusCode": 404,
"reasonPhrase": "Not Found", Using "statusCode": 200,
"reasonPhrase": "OK", while having the Incoming Webhook Connector not even configured or approved by administrators! Using any other name does not work and results in the http/200 response 404 as above. Curious what the root cause might be then with teams not recognizing the webhook its connector created. |
Same here. Is this plugin dead? |
This answer worked for me. I've received: "HTTP/2 404: Unknown Connector provider JenkinsCI" After the change in the URL from JenkinsCI to IncomingWebhook it worked (200 OK!) |
This is the only information I can find on it. |
Thanks! Great find. |
For us messages from Jenkins started to arrive on Teams channels again yesterday. JenkinsCI connector on new channels is still not available though. |
For my existing connector, I've started receiving messages again as of today, February 6th, 2023. |
Jenkins and plugins versions report
N/A. Plugin version 4.18.0 used
What Operating System are you using (both controller, and any agents involved in the problem)?
N/A
Reproduction steps
With the Jenkins Connector historically set up in MS Teams, and previously working, Jenkins jobs that would normally post to MS Teams no longer post. No errors in Jenkins build log or server log
Attempting to add the Connector to a new Teams Channel, it does not appear to be available:
Expected Results
Jenkins to be able to send notifications into MS Teams using the Jenkins Connector, as was working previously
Actual Results
Notifications do not appear in Teams
Attempting to post to the Webhook URL of an existing Jenkins Connector returns a 200 HTTP status code, but the JSON response includes a 404:
Anything else?
No response
The text was updated successfully, but these errors were encountered: