-
Notifications
You must be signed in to change notification settings - Fork 26
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
Send Notification Pipeline Declarative - Help #43
Comments
Seconding this request. I've recently migrated my project from freestyle to pipeline builds, and it appears there is no way to make this plugin send the default freestyle layout on a pipeline. |
As an update, this def result = currentBuild.currentResult.toLowerCase()
discordSend webhookURL: DISCORD_WEBHOOK_URL,
title: "${env.JOB_BASE_NAME} #${env.BUILD_NUMBER}",
result: currentBuild.currentResult,
description: "**Build:** ${env.BUILD_NUMBER}\n**Status:** ${result}\n\u2060", /* word joiner character forces a blank line */
enableArtifactsList: true,
showChangeset: true |
How can i download hpi plugin from master? |
Cool |
Can you tell me how to send notification to discord like this at Jenkins Pipeline Jobs?
at this image i'm using freestyle jobs
Thank's before
The text was updated successfully, but these errors were encountered: