From 25f44a29ae9da9c5ff743aeec31cbd935cf0ef5b Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 25 Dec 2024 02:10:06 -0700 Subject: [PATCH] Edit discord send instruction to clean it up --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }