mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-18 04:41:31 +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')]) {
|
withCredentials([string(credentialsId: 'authme-discord-webhook', variable: 'DISCORD_WEBHOOK')]) {
|
||||||
discordSend webhookURL: '$DISCORD_WEBHOOK'
|
discordSend webhookURL: env.DISCORD_WEBHOOK
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
success {
|
success {
|
||||||
|
Loading…
Reference in New Issue
Block a user