Had to drop 1.20.3 support, so we can support NeoForge

This commit is contained in:
2024-01-02 15:22:16 +02:00
parent 8e629a674c
commit 8b61b45d94
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ pipeline {
stage("Notify Discord") {
steps {
discordSend webhookURL: env.FDD_WH_ADMIN,
title: "Deploy Started: CraterLib 1.20.3/4 Deploy #${BUILD_NUMBER}",
title: "Deploy Started: CraterLib 1.20.4 Deploy #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: 'SUCCESS',
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
@@ -38,7 +38,7 @@ pipeline {
deleteDir()
discordSend webhookURL: env.FDD_WH_ADMIN,
title: "CraterLib 1.20.3/4 Deploy #${BUILD_NUMBER}",
title: "CraterLib 1.20.4 Deploy #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: currentBuild.currentResult,
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"