Edit description of notification to include a usage warning for dev builds

This commit is contained in:
zontreck 2024-12-25 02:13:02 -07:00
parent 25f44a29ae
commit 03eb896e8f

2
Jenkinsfile vendored
View file

@ -34,7 +34,7 @@ pipeline {
script {
if(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
discordSend customUsername: 'Jenkins', description: 'NOTICE: This is an automated development build and may not be stable. Use at your own risk.', enableArtifactsList: true, title: 'Vintage Storage Build Results', webhookURL: env.DISCORD_URL
}
}
}