mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-25 11:46:38 +01:00
Fix discord notification URL
This commit is contained in:
parent
01abf9c32f
commit
05c1016c05
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -90,7 +90,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
withCredentials([string(credentialsId: 'authme-discord-webhook', variable: 'DISCORD_WEBHOOK')]) {
|
||||
discordSend webhookURL: '$DISCORD_WEBHOOK'
|
||||
discordSend webhookURL: env.DISCORD_WEBHOOK
|
||||
}
|
||||
}
|
||||
success {
|
||||
|
Loading…
Reference in New Issue
Block a user