We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I click Test Connection, the logs successfully show up in Jenkins.
Test Connection
But when I try to send a message using scripted pipeline, nothing at all is logged to Jenkins. This is all that is logged to the job's console output:
run slackstepsend, step false, desc false Slack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: false, channel: false, color: false ERROR: Slack notification failed. See Jenkins logs for details.
What can I do? I have no idea if it's syntax, or the channel can't be found, or if the token is invalid. I'm debugging blind!
The text was updated successfully, but these errors were encountered:
Check the jenkins system logs, if there's not enough info there then add a log recorder for this class at FINE level:
https://github.com/jenkinsci/slack-plugin/blob/master/src/main/java/jenkins/plugins/slack/StandardSlackService.java
Sorry, something went wrong.
Should be fixed or at least better logging in 2.19 #541
No branches or pull requests
When I click
Test Connection
, the logs successfully show up in Jenkins.But when I try to send a message using scripted pipeline, nothing at all is logged to Jenkins.
This is all that is logged to the job's console output:
What can I do? I have no idea if it's syntax, or the channel can't be found, or if the token is invalid. I'm debugging blind!
The text was updated successfully, but these errors were encountered: