diff --git a/Jenkinsfile b/Jenkinsfile index 664d587..3ba78be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { def discordDescription = "**Status:** ${buildStatus}\n**Changes:**\n${gitChanges}" discordSend( - webhookURL: 'https://discord.com/api/webhooks/1079797247807598644/s57XSXoirtflA66DVVrZDtEHCfmi2XoK-eSRYWMMD5MTcK_W3EFQOCM8SnKSekxrQae_', + webhookURL: 'https://discord.com/api/webhooks/1091375346064035980/PRy-w2ZPpYjwYMllnbw6mHD_onFcXSbvq9BYkfP8-mBXi-bB-y1XzJkC4SDwHmffcnjS', title: discordTitle, description: discordDescription, footer: discordFooter,