jenkinsci / slack-plugin

A Jenkins plugin for posting notifications to a Slack channel
https://plugins.jenkins.io/slack/
MIT License
669 stars 414 forks source link

WARNING j.p.slack.StandardSlackService#postToSlack: Response Code: 404 #1021

Open NattGlobal opened 5 days ago

NattGlobal commented 5 days ago

Our Slack notification plugin was seen working on the 19th of November 2024. Since then, it has been failing to send any slack notifications.

I've checked all the parameters you wrote under your README; they're all at default values.

I am not sure if you have any other suggestions or if there were any changes in the plugin that we ought to know.

The error seen on the console: ERROR: Slack notification failed. See Jenkins logs for details.

and the error seen on the Jenkins log is what I've used as the title of this issue.

timja commented 5 days ago

Try enabling more logging: https://github.com/jenkinsci/slack-plugin#enable-additional-logging

How have you configured the integration? Bot user mode or the legacy integration?