Fix formatting

This commit is contained in:
Teriuihi 2025-06-20 22:46:59 +02:00
parent 61e705b088
commit 880108d344

3
Jenkinsfile vendored
View File

@ -19,8 +19,7 @@ pipeline {
} }
stage('discord') { stage('discord') {
steps { steps {
discordSend discordSend description: "Build: ${BUILD_NUMBER}", showChangeset: true, result: currentBuild.currentResult, title: currentBuild.fullProjectName, webhookURL: env.discordwebhook
description: "Build: ${BUILD_NUMBER}", showChangeset: true, result: currentBuild.currentResult, title: currentBuild.fullProjectName, webhookURL: env.discordwebhook
} }
} }
} }