diff --git a/Jenkinsfile b/Jenkinsfile index dd5af73..02ada62 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { script { if(env.DISCORD_URL != '') { - discordSend customAvatarUrl: '', customFile: '', customUsername: '', description: 'This is an automated build of the modification for Vintage Story.', enableArtifactsList: true, footer: '', image: '', link: '', result: 'SUCCESS|FAILURE', scmWebUrl: '', thumbnail: '', title: 'Vintage Storage Build Results', webhookURL: env.DISCORD_URL + discordSend customUsername: 'Jenkins', description: 'This is an automated build of the modification for Vintage Story.', enableArtifactsList: true, title: 'Vintage Storage Build Results', webhookURL: env.DISCORD_URL } } }