From 75e9cac021ff4e87079cdc587395a9cfff4851d2 Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Sun, 5 May 2024 23:09:39 +0200 Subject: [PATCH] [CHORE] Update Jenkins Stuff --- .jenkins/Jenkinsfile.deploy | 4 ++-- .jenkins/Jenkinsfile.snapshot | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.jenkins/Jenkinsfile.deploy b/.jenkins/Jenkinsfile.deploy index abae587..0d4b71c 100644 --- a/.jenkins/Jenkinsfile.deploy +++ b/.jenkins/Jenkinsfile.deploy @@ -9,7 +9,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.FDD_WH_ADMIN, - title: "Deploy Started: CraterLib 1.20.4 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: CraterLib Port 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.4 Deploy #${BUILD_NUMBER}", + title: "CraterLib Port Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: currentBuild.currentResult, description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}" diff --git a/.jenkins/Jenkinsfile.snapshot b/.jenkins/Jenkinsfile.snapshot index ba3a31e..038eb50 100644 --- a/.jenkins/Jenkinsfile.snapshot +++ b/.jenkins/Jenkinsfile.snapshot @@ -13,7 +13,7 @@ pipeline { stage("Notify Discord") { steps { discordSend webhookURL: env.SSS_WEBHOOK, - title: "Deploy Started: ${projectName} 1.20.4 Deploy #${BUILD_NUMBER}", + title: "Deploy Started: ${projectName} Port Deploy #${BUILD_NUMBER}", link: env.BUILD_URL, result: 'SUCCESS', description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})" @@ -51,10 +51,8 @@ pipeline { projectSlug: "craterlib", projectName: "${projectName}", projectIcon: "${projectIcon}", - versionName: "Snapshot 1.1.${BUILD_NUMBER}", - version: "1.1.${BUILD_NUMBER}", modLoaders: "forge|neoforge|fabric|quilt", - minecraftVersions: "1.20.4", + minecraftVersions: "1.20.6", failWebhook: env.SSS_WEBHOOK, publishWebhooks: "${env.SSS_WEBHOOK}|${env.FDD_WH}"