-
Notifications
You must be signed in to change notification settings - Fork 411
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
Feature request: More logging in case of connection failures. #325
Comments
I am also hitting this issue. Might be similar to #323 except I don't get
where the response is the 404 html page contents. [EDIT]: I fixed the 404 by updating the Base Server URL: I needed to specify the Jenkins home page. See https://github.com/jenkinsci/slack-plugin/blob/master/README.md. But now that's giving me 504. Need to figure out why. |
Here I get a 302, no idea what's wrong... |
I meant to add, this plugin can actually log what it sends. I couldn't see these log messages in jenkins' logs of standard out. I did manage to get the logs viewable by configuring logging specifically for this plugin, from within Jenkins. |
Logging has been improved |
I am trying to use version 2.2 of the Slack Plugin, with Jenkins 2.46.3.
The connection test fails. In the Jenkins logs, I can see that slack is returning a 404, and the whole response is also sent.
I cannot see exactly which URL the plugin is calling.
I cannot see the request headers that are sent.
Would it be possible to log these in the case of a connection error?
The text was updated successfully, but these errors were encountered: