chore: Upgrade to 1.20.1
Manually edited all mentions of "1.20" to "1.20.1" and upgraded dependencies as necessary. It'd probably be a good idea to get some global variables going for the game, Forge, and Fabric version(s) - just in case it becomes more necessary. :)
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -9,7 +9,7 @@ pipeline {
|
||||
stage("Notify Discord") {
|
||||
steps {
|
||||
discordSend webhookURL: env.FDD_WH_ADMIN,
|
||||
title: "Deploy Started: CraterLib 1.20 Deploy #${BUILD_NUMBER}",
|
||||
title: "Deploy Started: CraterLib 1.20.1 Deploy #${BUILD_NUMBER}",
|
||||
link: env.BUILD_URL,
|
||||
result: 'SUCCESS',
|
||||
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
|
||||
@@ -35,7 +35,7 @@ pipeline {
|
||||
deleteDir()
|
||||
|
||||
discordSend webhookURL: env.FDD_WH_ADMIN,
|
||||
title: "CraterLib 1.20 Deploy #${BUILD_NUMBER}",
|
||||
title: "CraterLib 1.20.1 Deploy #${BUILD_NUMBER}",
|
||||
link: env.BUILD_URL,
|
||||
result: currentBuild.currentResult,
|
||||
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"
|
||||
|
Reference in New Issue
Block a user