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
I want to send allure-report through this plugin to my slack, but the option is not available currently.
No response
The text was updated successfully, but these errors were encountered:
this should do it? https://github.com/jenkinsci/slack-plugin#file-upload
Sorry, something went wrong.
You could do this pretty easily
slackSend channel="#general" message="Here is an Allure report" attachments=[ { "title": "Allure Report", "url": "https://example.com/allure-report" } ]
No branches or pull requests
What feature do you want to see added?
I want to send allure-report through this plugin to my slack, but the option is not available currently.
Upstream changes
No response
The text was updated successfully, but these errors were encountered: